PHP Factory Manual Useful Links
This talk demonstrates the tight integration of Apache Web Server, PHP Scripting Language and the MySQL database. I showcase powerful tools available to build web applications and integrate access control, data entry, database access, graphics display, and web design objects.
If you have a personal home
page at www.people.virginia.edu, you can test all this source code except the LDAP
functions and the database functions. You can get a personal MySQL database
account
from ITC to test the MySQL functions.
I demonstrate two PHP packages (querymaker,
and jpgraph). They
can be installed on
people.virginia.edu in your personal web space.
| Old School | Hello world |
| Modern: | Hello again |
I had these requirements for this dataset:
cd $HOME mkdir public_html cd public_html mkdir php cd php cp -r /home/rtg2t/public_html/php/* .