In this particular exercise I went with Case Study B which was with PHP and MySQL. At first getting PHP and Apache running on a Windows machine was quite frustrating when installing separately. But i came across a tool which embedded MySQL, Apache, PHP and PHPMyAdmin together called WAMPSERVER, and this was alot easier to get up and running on my machine.
1.

2.

3.

4.

5a.

5b.

5c.

5d.

Findings
Most of the exercises were staright forward. Setting up of the machine was a bit of a nightmare, however once i found WAMPServer all was fine. The only issues i came across in the exercises were to do with PostBack values not being picked up as these had to either be declared using $_POST[x] or $_GET[x] which worked better than $myvariable.
No comments:
Post a Comment