php & mysql mahak arora vivek bangera. outline how php works basic scripting in php forms in php(get...

17
PHP & MySQL Mahak Arora Vivek Bangera

Upload: abel-mitchell

Post on 24-Dec-2015

220 views

Category:

Documents


2 download

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 ">