01-29-2008, 03:56 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 136
Thanks: 4
|
If, for some reason, you wanted the form within the php tags (<?php ?>), you will need to "escape" the double quotes (") with a backslash (\).
For example
Code:
Username: <input name=\"usernamn\" type=\"text\" value=\"\" />
And as RobertK said, make sure you have typed out everything correctly, too.
|
|
|
|