Posted by Petr Vileta on 09/12/06 22:32
elyob wrote:
> 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/";
> }
>
And what say PHP constant PHP_OS ?
--
Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail
from another non-spammer site please.)
Navigation:
[Reply to this message]
|