• 0

Forms in PHP.


Question

For all you PHP gurus, i need helpzors.

Ihave a form that is supposed to pass the form data into the next script (choose the script by what

).

My problem is that the scipt data will not pass through to the next script.

P.S. If it makes any difference i am running the server as apache 1.3, php 4.1.2 as a SAPI layer, on Windows XP.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

ensure you have the complete form tag for it to work correctly, eg:

<pre><form action="script.php" method="post" name="form">

</form>

</pre>

tingle

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.