I am trying to pass a variable thru a URL, but the variable is a URL with a variable. So something like this....
<? require("http://www.server_name.com//wmview.php?ArtCat=3"); ?>
Any help would be greatly appreciated Thanks!
There is not supposed to be the // in the URL that was just a typo. Problem still exists.