Download presentation
Presentation is loading. Please wait.
Published byCharla Harper Modified over 9 years ago
1
Setting up a Development Environment
2
What you need Webserver (Apache) Database (MySQL) PHP All in Uniserver (google “uniserver”) Download the windows exe installer
3
Start the server + database start_server.bat creates W: drive in “My Computer” Opens browser to http://localhost/apanel/http://localhost/apanel/
4
Mysql PhpMyAdmin is a great interface Important php functions: –mysql_connect() –mysql_select_db() –mysql_query() –Mysql_fetch_array()
5
Working with while while ($record = mysql_fetch_array()) –$record holds an array of your fields + values –will loop through all the records you fetched –the array will be either numerical (indexed by 0,1,2,3) or associative (indexed by “fieldname”)
6
HTML Table something
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.