1 / 16

PHP

Presented by Scarlett Sidwell. PHP. HTML Review. Action—where you are going method—how you are transferring the data get encoded in the URL has a limit of how much it can send post invisible to others has no limits on the amount of information to send. Getting _POST Values.

irma
Download Presentation

PHP

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Presented by Scarlett Sidwell PHP

  2. HTML Review • Action—where you are going • method—how you are transferring the data • get • encoded in the URL • has a limit of how much it can send • post • invisible to others • has no limits on the amount of information to send

  3. Getting _POST Values HTML Page: welcome.php:

  4. Getting _GET Variables HTML Page: welcome.php URL: welcome.php?fname=Scarlett&age=21

  5. Hello World • Basic Syntax

  6. foreach loop

  7. foreach loop

  8. References • PHP Manual http://us.php.net/manual/en/ • W3Schools (PHP) http://www.w3schools.com/php/default.asp • Firebug https://addons.mozilla.org/en-US/firefox/addon/1843 • Javascript http://www.tizag.com/javascriptT/

  9. Connect to a Database MySQL

  10. Connect to a Database PostgreSQL

  11. Intermixing PHP and HTML

  12. Intermixing PHP and HTML

  13. Intermixing PHP and HTML

  14. User Authentication

  15. User Authentication

  16. User Authentication

More Related