Re: beginning PHP problem



"gerg" <noemail@xxxxxxxxxxx> wrote in message
news:5oudnSY9qbdy67XZnZ2dnUVZ_tmdnZ2d@xxxxxxxxxxxxxx

<form action=proba3.php action=post>
<input type=text name=email>
<input type=text name=first_name>
<input type=submit name=submit value=yes>
</form>

Don't the form elements have to have ""'s around them? IE type="submit"
name="submit" value="yes", etc....

Maybe I'm wrong but that jumped out at me.

Best practices agrees with you, but it's only XHTML that would care about
that.

Greg


.