From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.4pl1
PHP Bug Type:     *General Issues
Bug description:  PHP got space to every of my variables

If I use php4.0.4pl1, php does this.

If I make for. example:

 $aa="fee";

Real value is " fee";
It does on every variables, why?

And second problem.

I have php free.php script:
<?php
if ($job=='') { echo "Job if free"; }
         else { echo "Job is not free"; }
?>

But If I look on it from browser
and use: http://mysite.com/free.php
The result is "Job is not free";

Why?


-- 
Edit Bug report at: http://bugs.php.net/?id=9148&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