I am having a BIG problem. URL Variables are not working.
an example of this is:
www.mydomain.com/test.php?myVar=Test
--- test.php ---
<%
echo "The value of myVar is: $myVar";
%>
------------------
outputs: The value of myVar is:
What do I need to do? Is there something in a config file I need to change? This is really putting a hurt on my .php development.
Thanx for the help,
Brandon




Reply With Quote