Hey, i have been trying to solve this for days so now i thought its time to turn to you PHP l337's, see if you can see something i'm missing.
I've got a form and the opening tag looks like this:
<form name="form1" method="post" action="ForumAddEdit.php?<?php echo "username=$usname&postdate=$postdate&posttime=$posttime&threadid=$threadid"; ?>">
Now, when the submit button is clicked, i get a 'HTTP 404 Not Found Error'. I've never received this on other php pages where i've tried to pass variables. This is the first time. The variables are coming up correctly in the address bar of the next page, the page is just not loading.
So if anyone can see a reason why i'd be getting this error, i'd be very grateful if they'd tell me. If you want to see anymore code, just ask and yes i have checked the spelling of the target page and the variables.
Thank you, BIOSTALL