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!
For future reference, please enclose your php code within [ php] and [ /php] tags, to make it easier for us to read your code. (Omit the space after the bracket, I did that so they won't be parsed here.) Thanks.
I cant seem to get this form to post data. var_dump ($_POST) shows nothing. Ive tried every variation of this I can think of, and still nothing. Can anyone see what Im doing wrong? Thanks.
Have you tried it with a conventional Submit button? It looks like it should work with the javascript (unless it's disabled in the browser!), but since I've never used that, I can't say.
Edit: Oh, what's that line just before the </FORM>? I don't recognize that syntax.
A submit button would defeat the purpose of the list. The line before /form, trying different things. Ive been working on this one problem for about 3 days now, tried so many different variations of this to get it to work.