Hi,
I am learning to code with a book and it gives the following code as the answer of the excercise.
Select Font: | Verdana Arial Times New Roman |
Select Size: | 10px 12px 16px 20px |
Select Color: | black green purple red |
Hi,
I am learning to code with a book and it gives the following code as the answer of the excercise.
Select Font: | Verdana Arial Times New Roman |
Select Size: | 10px 12px 16px 20px |
Select Color: | black green purple red |
If you turn on error reporting you will have your answer. Sessions will not work without session start. (I am assuming your file also has a .php extension)
You are also trying to display your php between an unclosed
tag