PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
This form simply wont submit in safari, it will in everything else.. I hit the submit button and it wont to anything, it shows no signs of life!
I created another form below it to see if it was just that particular form, and i cant get either to submit in safari, again, they submit fine in FF and IE.
Whats wrong here?
At least for local development I highly recommend serving your XHTML as application/xhtml+xml instead of text/html. If your XML is broken like it was then if you're using Firefox (or at least Opera or Safari) for testing by default (and only test IE after everything works as desired in the other browsers) then the page will break and you'll see an XML error...but you'll see it right in front of your face rather then having to guess or manually validate the page. It also forces you to a higher standard of learning higher quality code.