Presentation is loading. Please wait.

Presentation is loading. Please wait.

Setting up a Development Environment. What you need Webserver (Apache) Database (MySQL) PHP All in Uniserver (google “uniserver”) Download the windows.

Similar presentations


Presentation on theme: "Setting up a Development Environment. What you need Webserver (Apache) Database (MySQL) PHP All in Uniserver (google “uniserver”) Download the windows."— Presentation transcript:

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


Download ppt "Setting up a Development Environment. What you need Webserver (Apache) Database (MySQL) PHP All in Uniserver (google “uniserver”) Download the windows."

Similar presentations


Ads by Google