Posts: 876
Name: Matt Pealing
Location: England, north west
|
This is a bit of a longshot, and Im almost certain the answer is no! But anyway... Is there a way to send information via the POST method without using a form? For example, I have a form that is handled by just a PHP script on its own. The information is then checked and the user is then redirected back to the form page using a redirect header. The page then states whether or not it was all successful. The thing is, I would like to be able to send the form information back to the webpage so that the invalid fields can then be highlighted. Is there a way to do this in the way that I need? Or will I just have to set the form to submit to another form where the invalid fields are then highlighted? Does that make sense?
|