On Wednesday 29 August 2007 02:59, 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?

Is PHP up and running as a service to apache?

Since PHP is a server-side script, if you're getting any "PHP" files on the 
browser, your "server" isn't running or processing the file properly.

You need to make sure (a) the PHP script is properly written (b) apache is 
running PHP as a module and (c) that the script is being called from within 
your page.

HTH!

-- 
kai ponte
www.perfectreign.com
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to