View Single Post
Old 01-29-2008, 03:56 PM   #4 (permalink)
Gareth
The Acquainted
 
Gareth's Avatar
 
Join Date: Jan 2008
Posts: 136
Thanks: 4
Gareth is on a distinguished road
Default

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.
Gareth is offline  
Reply With Quote
The Following User Says Thank You to Gareth For This Useful Post:
codefreek (01-29-2008)