Class 7 – Basic PHP Example Links
BASIC SYNTAX
- Defining string variables using single quotes, double quotes, and heredoc syntax
- If/else/elseif statements in PHP
- for loop
- while loop
- function example
- simple array
- associative array
ECHO EXAMPLES
- simple echo command
- echoing out a variable created with heredoc syntax
- using the print command with heredoc syntax
INCLUDE FILES
REDIRECTING TO ANOTHER PAGE
GETTING INFORMATION ABOUT YOUR PHP SERVER SETUP
STRING MANIPULATION
No related posts.
Tags: class 7