Contents:
Installing Apache PHP and MySQL PHP and MySQL are usually associated with LAMP Linux Apache MySQL PHP However most PHP developer including me are actually using Windows when developing the PHP application So this page will only cover the WAMP Windows Apache MySQL PHP You will learn how to install Apache PHP and MySQL under Windows platform The first step is to download the packages Apache www apache org PHP www php net MySQL www mysql com You should get the latest version of each packages As for the example in this tutorial i m using Apache 2 0 50 apache 2 0 50 win32 x86 no ssl msi PHP 4 3 10 php 4 3 10 Win32 zip and MySQL 4 0 18 mysql 4 0 18 win zip Installing Apache Installing apache is easy if you download the Microsoft Installer msi package Just double click on the icon to run the installation wizard Click next until you see the Server Information window You can enter localhost for both the Network Domain and Server Name As for the administrator s email address you can enter anything you want I m using Continue to download »
Sponsored Links
Guide to Developing a Secure Website Bryan Wood June 9 2004 Wood 2 PROBLEM STATEMENT 3 QUERY STRING MANIPULATION 7 SQL INJECTION 10 VARIABLE MANAGEMENT 13 ERROR CHECKING 16 SEPARATION OF CLIENT AND SERVER 18 CONCLUSION 21 TERMINOLOGY 22 CODE SAMPLE SOLUTIONS 23 QUERY STRING MANIPULATION 23 SQL INJECTION 24 RESEARCH SOURCES 25 MATERIALS OF REFERENCE 25 MATERIALS OF CITATIONS 25 Wood 3 Problem Statement The winter of 2004 brought with it a new opportunity for me I began learning and programming in PHP and MySQL as an independent study and also for my job with both the admissions department and financial aid department of Eastern Washington University My first bit of programming got off to a great start and it was when I was put in charge of developing a secure website that I began researching the topic of website security I knew very little about how people
Topeka KS High school sophomore Brett Tyson was suspended today after teachers learned he may be using PHP PHP and MySQL Tutorial Michael Coblenz A teacher overheard him say that he was using PHP and as part of our Zero Tolerance policy against drug use he was immediately suspended No questions asked said Principal Clyde Thurlow We re not quite sure what PHP is but we suspect it may be a derivative of PCP or maybe a new designer drug like GHB Parents are frightened by the discovery of this new menace in their children s school and are demanding the school do something We heard that he found out about PHP at school on the internet There may even be a PHP web ring operating on school grounds said irate parent Carol Blessing School is supposed to be teaching our kids how to read and write Not about dangerous drugs like PHP In response to parental demands the school has reconfigured its internet WatchDog software to block access to all internet sites mentioning PHP Officials say this should prevent any other students from falling prey
Database Handling with PHP MySQL Tutorial Prepared By Nadil Sundarapperuma Communication with Databases Unlike other scripting languages for Web page development i e ASP PHP is open source crossplatform and offers excellent connectivity to most of today s common databases including Oracle Sybase Microsoft SQL Server MySQL Postgresql ODBC and others PHP also offers integration with various external libraries which enable the developer to do anything from generating PDF docum ents accessing secure payment services and producing graphic output to parsing XML A Look Back at First Principles Before we leap forward it s worth a brief look back to remind ourselves of the goal we re working toward We have two powerful new tool at our disposal the PHP scripting language and the s MySQL database engine It s important to understand how these two will fit together The whole idea of a database driven Web site is to allow the content of the site to reside in a database and for that content to be dynamically pulled from the database to create Web 