ramki067
07-18-2008, 04:35 AM
Hi,
I've a php file which needs to be executed which is placed in other location, other than htdocs folder. How do i do this? I've a index.html file from which i've to give link to php file.As a work around i've placed a shortcut to htdocs in the current directory where index.html file resides and I've given this as follows:
<u><a href="htdocs.lnk/weather.php">WEATHER FORECAST</u><BR>
But it doesn't work ! Browser gives an error as file not found!
or if i give the direct path as below :
<u><a href="C:\Program Files\Apache Group\Apache2\htdocs\weather.php"">BANGALORE WEATHER FORECAST</u><BR>
It gives a pop up box saying Firefox doesn't know how to open this address,because the protocol isn't associated with any program.
Please help me.
Thanks,
Ramki.
I've a php file which needs to be executed which is placed in other location, other than htdocs folder. How do i do this? I've a index.html file from which i've to give link to php file.As a work around i've placed a shortcut to htdocs in the current directory where index.html file resides and I've given this as follows:
<u><a href="htdocs.lnk/weather.php">WEATHER FORECAST</u><BR>
But it doesn't work ! Browser gives an error as file not found!
or if i give the direct path as below :
<u><a href="C:\Program Files\Apache Group\Apache2\htdocs\weather.php"">BANGALORE WEATHER FORECAST</u><BR>
It gives a pop up box saying Firefox doesn't know how to open this address,because the protocol isn't associated with any program.
Please help me.
Thanks,
Ramki.