Cebu Business I.T. Incubator

PHP/MySQL Quick Cheat Sheet

SETUP INSTRUCTION:

  • Download and install WAMP (Windows Apache MySQL PHP) Server at www.wampserver.com/en or you can use other server package that supports MySQL and PHP applications (ex. AppServ, LAMP, etc.)
  • Once installed, make sure that your localhost is up and running and try to access http://localhost
  • Read the manual on how to create and where to save your PHP webpages. For WAMP, go to the installation directory and locate the “www” folder.
  • Enjoy creating dynamic web applications using PHP & MySQL.

COMMON PHP/MYSQL FUNCTIONS: Read more…