PHP and Mysql
PHP and Mysql
• > Arithmetic
• > Assignment
• > Comparison
• > Logical
PHP Operators
PHP Operators
PHP Operators
PHP Operators
PHP Conditional Statements
• Adding parameters...
• > To add more functionality to a function, we
can add parameters. A parameter is just like a
variable.
• > Parameters are specified after the function
name, inside the parentheses.
PHP Functions - Parameters
PHP Functions - Parameters
PHP Functions - Parameters
Notice how the URL carries the information after the file name.
PHP Forms - $_GET Function