Go to w3c.91xjr.com
Reset Score
Close This Menu
PHP Syntax
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Go to PHP Syntax Tutorial
PHP Variables
Exercise 1
Exercise 2
Go to PHP Variables Tutorial
PHP Strings
Exercise 1
Exercise 2
Exercise 3
Go to PHP Strings Tutorial
PHP Operators
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Go to PHP Operators Tutorial
PHP If...Else
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Go to PHP If...Else Tutorial
PHP Switch
Exercise 1
Exercise 2
Go to PHP Switch Tutorial
PHP Loops
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Go to PHP Loops Tutorial
PHP Functions
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Go to PHP Functions Tutorial
PHP Arrays
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Exercise 7
Exercise 8
Go to PHP Arrays Tutorial
PHP Forms
Exercise 1
Exercise 2
Go to PHP Forms Tutorial
PHP Dates
Exercise 1
Exercise 2
Exercise 3
Go to PHP Dates Tutorial
PHP Advanced
Exercise 1
Exercise 2
Exercise 3
Exercise 4
Exercise 5
Exercise 6
Go to PHP Advanced Tutorial
Menu
×
×
Correct!
Exercise:
Create a session variable named "favcolor".
session_start(); @(9)["favcolor"] = "green";
session_start(); $_SESSION["favcolor"] = "green";
Not Correct
Click
here
to try again.
Correct!
Next ❯
Show Answer
Hide Answer
Submit Answer ❯
Show Answer
Hide Answer
×
Reset the Score?
Reset?
Cancel?