> I have a form page here: > > http://jimdavis.org/test/form1.php > > and the page for the form post here: > > http://jimdavis.org/test/comment.php > > Data from the form is not getting written to the comment.php file. > > At the moment comment.php is a completely empty file, no <html> <head> > <body>, etc. Tried it with all the tags but no change. > > Also, comment.php is set to read and write on the server. > > I'm using jQuery 1.2.6. > > Any suggestions? > > Jimwww.jimdavis.org
The form data is getting posted fine (comment3.php) and is echoed on the page. Are you still having a problem with this?