ID:               32791
 Updated by:       [EMAIL PROTECTED]
 Reported By:      MIKEYTF at aol dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows 98
 PHP Version:      4.3.9
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




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

[2005-04-21 17:49:46] MIKEYTF at aol dot com

Here is the complete config file: 
http://subzer0.net/reloaded/cfg.inc.phps

I don't think I have any extensions, as I have never experienced this
problem before.

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

[2005-04-21 17:34:20] [EMAIL PROTECTED]

Again, please check that you don't have any of zend_extensions like
MMCache, ionCube, Zend Optimizer etc.

And your code works fine with all the latest 5.1, 5.0.x & 4.3.x
versions .

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

[2005-04-21 17:26:07] MIKEYTF at aol dot com

<?php

function sys_msg($error,$exit) {

if($exit==0)
{
echo ''.$error.'';
} elseif($exit==1) {
echo ''.$error.'';

exit;
} elseif(!strlen($exit)) {
echo ''.$error.'';
}
}

if(isset($_POST['submit']))
{
sys_msg('You clicked the button!','0');
} else {
echo '';
}

?>
<form action="<?=$_SERVER['PHP_SELF']?>" method="POST">
<input type="submit" name="submit" value="Click Me" />
</form>



That's the shortest script I could make..

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

[2005-04-21 17:19:58] [EMAIL PROTECTED]

How can we test if we don't know what to test?
Create the shortest possible test script you can
and add it here.


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

[2005-04-21 17:13:05] MIKEYTF at aol dot com

You want me to give you guys the function so you could try it out
yourselves?

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/32791

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

Reply via email to