Bogdan Cristea schreef:
> Sorry, I was not clear enough. The web page is opened locally. 
> 
> On Wednesday 29 August 2007 13:10, you wrote:
>> Bogdan Cristea wrote:
>>> I have a html page with a search box using a php script. However the
>>> search facility does not work, each time I press enter a new window
>>> appears asking to open or save the file *.php. Is there something else I
>>> need to install in order to have the php script working?
>> PHP works server-side. So it has nothing to do with your browser.
>> Probably there is something wrong with the server configuration.
>>

If you want to test php scripts without installing a full blown webserver you
may consider installing php on your machine and do a

php foo.php > foo.html

from the command line.

Alternatively there is the invaluable

http://www.meandeviation.com/tutorials/learnphp/php-syntax-check

Regards,

-- 
Jos van Kan                registered Linux user #152704
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to