ilikephp Posted February 23, 2010 Share Posted February 23, 2010 HI, How can I send information to my website using: send by ID method using SQL I think? Thx... Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/ Share on other sites More sharing options...
trq Posted February 23, 2010 Share Posted February 23, 2010 More details please. Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/#findComment-1016687 Share on other sites More sharing options...
ilikephp Posted February 23, 2010 Author Share Posted February 23, 2010 For example I see in some websites" www.website.com/?php id=5 this id=5 I need to make it. Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/#findComment-1016689 Share on other sites More sharing options...
Deoctor Posted February 23, 2010 Share Posted February 23, 2010 u need to make some thing like this echo ("<br><a href = 'index.php?rss=$url'>$name_re</a>"); and to fetch these values u need to write some $rss=$_GET['rss']; Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/#findComment-1016692 Share on other sites More sharing options...
ilikephp Posted February 23, 2010 Author Share Posted February 23, 2010 is there a tutorial plz about this? Thx... Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/#findComment-1016701 Share on other sites More sharing options...
isedeasy Posted February 23, 2010 Share Posted February 23, 2010 http://www.w3schools.com/PHP/php_get.asp Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/#findComment-1016743 Share on other sites More sharing options...
xoligy Posted February 23, 2010 Share Posted February 23, 2010 Thanks to this its solved my issue thanks! http://www.phpfreaks.com/forums/index.php/topic,288800.msg1368737.html#msg1368737 Link to comment https://forums.phpfreaks.com/topic/193046-send-by-id/#findComment-1016860 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.