fordeepti Posted September 13, 2006 Share Posted September 13, 2006 Sir, I am trying to send data through anchor tag of html,it is working if i execute this code at my desktop but when i upload files it not run on net. Please give me exact code of <a href="one.php?one=1">one</a> Link to comment https://forums.phpfreaks.com/topic/20595-anchor-tag-is-not-sending-data-to-next-page/ Share on other sites More sharing options...
ToonMariner Posted September 13, 2006 Share Posted September 13, 2006 Sounds like a register_globals issue...If in your code you simple check for $one == 1change to $_GET['one'] == 1 Link to comment https://forums.phpfreaks.com/topic/20595-anchor-tag-is-not-sending-data-to-next-page/#findComment-90916 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.