Ok,
Im trying to get the PATH_INFO command to work.
$directory = $PATH_INFO;
Im using that, but for some reason it doesnt call the path at all as it should. If it would, my entire script would work, but its not parsing(executing?) that variable for some reason.
I am running PHP4 on Apache on Solaris 7.
I have tried every possible variation but it doesnt work. But if i just subsite the path, it would be fine, but this is part of the cfg file so i cant do that.
Thanks in advance.
Ryan