optikalefx Posted July 27, 2007 Share Posted July 27, 2007 i have a URL http://www.4tenproductions.com/jrframe.php?myTable=JohnRobberts and i want to get that variable so i use $table = $_GET['myTable']; but when i do that, the page is blank but if i comment out that line, the page shows up (minus the variable of course) ??? Quote Link to comment Share on other sites More sharing options...
hvle Posted July 27, 2007 Share Posted July 27, 2007 can you post a few line of codes BEFORE and AFTER that $table=$_GET['myTable']; line? Quote Link to comment Share on other sites More sharing options...
optikalefx Posted July 27, 2007 Author Share Posted July 27, 2007 the problem was that i was trying to get a page within a frame to get the data from the url where the varaible was in the main frame page url, and it needed to be in the url of the inner frame Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.