Transcript
  • Slide 1
  • PHP & MySQL Mahak Arora Vivek Bangera
  • Slide 2
  • Outline How PHP works Basic scripting in PHP Forms in PHP(GET & POST Variables) SQL basics PHP and MySQL connection How to query database using PHP SESSION Management
  • Slide 3
  • How PHP works It is Server Side Scripting PHP files can contain text, HTML, JavaScript code, and PHP code PHP script is stored on server. The client will not get to see the actual script but only the output of the script
  • Slide 4 ">

Top Related