|
Posted by elyob on 09/12/06 17:15
"Peter Fox" <peterfox@eminent.demon.co.uk.not.this.bit.no.html> wrote in
message news:GCpotVA1vtBFFwX1@eminent.demon.co.uk...
> Following on from elyob's message. . .
>>Hi,
>>I am currently developing on a windows XP machine and upload my code via
>>subversion to a linux server. All was great, until I just tried to test
>>out
>>using Zend Studio.
>>
>>if ($_SERVER['REMOTE_ADDR']=="127.0.0.1") {
>> $base_path="../path/";
>>}
>>else {
>> $base_path="/home/account/public_html/path/";
>>}
> Base your switch on where the host is (ie what you're _really_ trying to
> switch on) not on who's calling.
>
> eg (but many alternatives) $_ENV['COMPUTERNAME']
> or
> $_SERVER['SERVER_NAME']
>
> Server name will be localhost when running locally.
Yup, that's a better way. However it still doesn't work in Zend Studio ....
Same error .. "Notice: D:\htdocs\\foo.php line 12 - Undefined index:
SERVER_NAME"
Navigation:
[Reply to this message]
|