|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-08-29 14:04 UTC] jeroen@php.net
[2002-05-01 16:23 UTC] ppoyet at cvm dot qc dot ca
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 18:00:01 2025 UTC |
I have a problem with a page that writes a form on page. What is unusual though is that it tries to identify if the form has been submitted or not. The script I am basing my work on is presumably made for an older PHP version. And I cant get it my version 4.06 on IIS 5.0 (win2k) to work. Any ideas?? if(!$submit) { // form not yet submitted, display form <form action="<? echo $PHP_SELF; ?>" method="post"> <p> <ul> <li>with skills matching the keywords <input type=text name=skills size=35> </ul> <center> <input type="submit" name="submit" value="Search"> </center> </form> <? } else {....