I run Linux for server / testbed / devel so I cant say here for sure, but I
know in linux if I wanted to test a script without running it on my
webserver (Ive had scripts that crash apache) I compile php as a cgi and do
this.

php -q test.php

the '-q' just means "dont send the http headers"

can you compile/download php for windows as a cgi ? that would solve your
problem eh.

Chris Lee
Mediawaveonline.com





"Alaiddin Tayeh" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am using write.exe in the windows to edit my php files, is there any
> editor which I can test my syntax befor using the browser to execute it?
>
> any help will be appreciated.
>
> Thanks
>
>
>
> --
> PHP General 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]
>



-- 
PHP General 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