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. Link to comment https://forums.phpfreaks.com/topic/59810-php-passing-var-in-url-with-global-register-off/ Share on other sites More sharing options...
infid3l Posted July 13, 2007 Share Posted July 13, 2007 <?php echo $_REQUEST['JobID']; ?> Link to comment https://forums.phpfreaks.com/topic/59810-php-passing-var-in-url-with-global-register-off/#findComment-297388 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.