Hi,
A snippet of my code looks like :
<textarea name=\"name\" rows =\"1\" cols = \"78\" >$_POST['name']</textarea>
I get a parse error because of the $_POST['name']
The reason I want it there is to show
previously entered values when the user
goes to that particular page of my form.
I don't know exactly how to embed php code inside
of an echo statement.
Any examples will help.
Thanks,
gklinux