Hi all:
I have PHP installed as a DSO module with Apache on Linux. I have numerous PHP enabled pages, evrything works just dandy. Now I need to pass a variable through a URL.
http://something.like/this.phtml?var=value
How do I do this? can I do this? Is this part of PHP's CGI implementation? I don't want to have to run php as a standalone CGI program if I can avoid it.
Thanks! -S
even though .phtml is assigned to x-type/php
only files with extension .php get URL-parsed.
hopefully someone else will find this useful. -s