
November 14th, 2000, 12:54 PM
|
|
Junior Member
|
|
Join Date: Oct 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi everybody!
On my website I use SSI, so my pages have .shtml extension.
The webserver is Apache and php is version 3.
Now I'm writing a PHP script for insert some html lines in a certain point in my page and I
want to run this script with a SSI instruction from that point in the page (<!--#include
virtual="my_script.php3" --> ).
The problem is the script uses cookies and calling the script from a SSI instruction
causes the impossibility for the script to read and write cookies. So it seems!
I can't turn my pages in .php3 extension becasue they are indexed in many search
engines.
Could anybody suggest me a solution ?
Thank you very much.
Francesco
|