ID: 13039
Updated by: jeroen
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Arrays related
Operating System: Windows 2000
PHP Version: 4.0.6
New Comment:

See php.net/support.php for support questions.

This makes no sense, $submit is never setted in your script...

Previous Comments:
------------------------------------------------------------------------

[2001-08-29 13:48:52] [EMAIL PROTECTED]

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
{....

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13039&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to