|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-02-07 10:05 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 17:00:01 2025 UTC |
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?