rkomar Posted July 13, 2007 Share Posted July 13, 2007 Hello, This url worked with globals on and I am want to get this all to work in globals off. Please give me an idea on how to pass this var in the url <a href="/directory/file.php?JobID=<?php echo $JobID ?>"> I can not get it to pass a the var with globals off.... Any help appreciated. Quote Link to comment Share on other sites More sharing options...
infid3l Posted July 13, 2007 Share Posted July 13, 2007 <?php echo $_REQUEST['JobID']; ?> 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.