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? Quote Link to comment 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["?"] Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
mga_ka_php Posted December 3, 2008 Author Share Posted December 3, 2008 got the idea. thanks. Quote Link to comment Share on other sites More sharing options...
balistic Posted December 3, 2008 Share Posted December 3, 2008 you're welcome Quote Link to comment 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.