This is a discussion on How do I setup php script to return a browser page? within the PHP Language forums, part of the PHP Programming Forums category; On Tue, 12 Oct 2004 15:19:27 GMT, red <groups2@reenie.org> wrote: >Don wrote: >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Tue, 12 Oct 2004 15:19:27 GMT, red <groups2@reenie.org> wrote:
>Don wrote: >> >> >> Thanks very much. I'll give it a try. Appreciate your help. >> Regards, Don >> >> >Just so you know, you don't need the enctype="multipart/form-data" I >accidently left in the form in my last post.Here it is again: > ><form action="/test/test.php" method="post"> > <input type="text" name="value"> > <input type="submit" name="submit" value="submit"> ></form> >This part of the page will appear before and after the page is changed<br> ><? > if($_POST[submit]){ > echo $_POST[value]; > } > else echo "This is the value which will appear on the original page >but which will be changed on the second page"; > >?> Thank you! Don ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups ---= East/West-Coast Server Farms - Total Privacy via Encryption =--- |