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"> Quote 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 Quote 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? Quote 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 Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/63479-solved/#findComment-316405 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.