NYCPHP Meetup

NYPHP.org

[nycphp-talk] Having problems with PHP or maybe something bigger...

Rob Marscher rmarscher at beaffinitive.com
Tue Jul 24 12:42:21 EDT 2007


It looks like the problem is that you're not closing the form properly:

		echo "</form>\n";
not
		echo "<form>\n";

So the browser is probably getting confused on where to send the form  
submission.

-Rob




More information about the talk mailing list