ballhogjoni Posted August 6, 2007 Share Posted August 6, 2007 is it possible to send a value using a link instead of a form? example: <A href="link.php" name="test"> Link to comment https://forums.phpfreaks.com/topic/63479-solved/ Share on other sites More sharing options...
teng84 Posted August 6, 2007 Share Posted August 6, 2007 no Link to comment https://forums.phpfreaks.com/topic/63479-solved/#findComment-316401 Share on other sites More sharing options...
ballhogjoni Posted August 6, 2007 Author Share Posted August 6, 2007 If not how can I pass a value without using a form? Link to comment https://forums.phpfreaks.com/topic/63479-solved/#findComment-316402 Share on other sites More sharing options...
teng84 Posted August 6, 2007 Share Posted August 6, 2007 <A href="link.php?value=test">test<A> now to get thatuse get echo $_GET['value']; or session Link to comment https://forums.phpfreaks.com/topic/63479-solved/#findComment-316403 Share on other sites More sharing options...
ballhogjoni Posted August 6, 2007 Author Share Posted August 6, 2007 thx should of thought of that. Link to comment https://forums.phpfreaks.com/topic/63479-solved/#findComment-316404 Share on other sites More sharing options...
teng84 Posted August 6, 2007 Share Posted August 6, 2007 time to mark this solved Link to comment https://forums.phpfreaks.com/topic/63479-solved/#findComment-316405 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.