PHP Scripting
PHP Scripting
⚫PHP
PHP: Hypertext Preprocessor
Originally called “Personal Home Page Tools”
Popular server-side scripting technology
Open-source
⚫Anyone may view, modify and redistribute source
code
⚫Supported freely by community
Platform independent
⚫Arithmetic operators
Assignment operators
⚫Syntactical shortcuts
⚫Before being assigned values, variables have value
undef
⚫Constants
Named values
define function
⚫Arrays, cont.
Built-in iterators
⚫Maintain pointer to element currently referenced
⚫ reset
⚫ key
⚫ next
⚫ foreach loops
85 </body>
86 </html> (4 of 4)
Form Processing and Business
Logic
password.txt
Connecting to a Database
Connecting to a Database
⚫Databases
Store and maintain data
MySQL is a free database product
PHP supports many database operations
⚫Access databases from Web pages
⚫Reading cookies
$_COOKIE environment variable
⚫Array
foreach loop to access each element
⚫Split into key and value
⚫Cookie storage
Internet Explorer
⚫Stores cookies in Cookies directory
⚫Text file