Posted by Jerry Stuckle on 10/11/07 14:10
Francesco wrote:
> klenwell wrote:
>
>> Are you running your script for the command line? From
>> http://us.php.net/reserved.variables:
>>
>> "You may or may not find any of the following elements in $_SERVER.
>> Note that few, if any, of these will be available (or indeed have any
>> meaning) if running PHP on the command line."
>>
>
> I use easyphp 2.0 beta and the zend ide. I don't know if one of these
> can cause the problem...
Are you trying to execute it in the ide? These are only available when
your php is running under a web server (i.e. you call up a web page).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|