mga_ka_php Posted December 3, 2008 Share Posted December 3, 2008 i've seen in wordpress, the anchor of post title something like this http://www.yourdomain.com/test-me-again my question is if <a href="http://www.yourdomain.com/test-me-again" />Test Me Again</a> how do you use the $_GET[]? $_GET["?"] = what is the name? Link to comment https://forums.phpfreaks.com/topic/135329-solved-_get-permalinks/ Share on other sites More sharing options...
shatner Posted December 3, 2008 Share Posted December 3, 2008 If the variable has been sent using get it will appear in the address bar, however form data sent using post wont be visible. You can get the variables using $_POST["?"] instead of $_GET["?"] Link to comment https://forums.phpfreaks.com/topic/135329-solved-_get-permalinks/#findComment-704855 Share on other sites More sharing options...
balistic Posted December 3, 2008 Share Posted December 3, 2008 they dont, they use mod-rewrite to specify those values http://www.easymodrewrite.com/guide-syntax Link to comment https://forums.phpfreaks.com/topic/135329-solved-_get-permalinks/#findComment-704865 Share on other sites More sharing options...
mga_ka_php Posted December 3, 2008 Author Share Posted December 3, 2008 got the idea. thanks. Link to comment https://forums.phpfreaks.com/topic/135329-solved-_get-permalinks/#findComment-704886 Share on other sites More sharing options...
balistic Posted December 3, 2008 Share Posted December 3, 2008 you're welcome Link to comment https://forums.phpfreaks.com/topic/135329-solved-_get-permalinks/#findComment-704890 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.