ReVeR Posted March 26, 2006 Share Posted March 26, 2006 Hello.I was wondering how can i make a link that when called will set some parameter on the page that can be read by php and interpreted.Thx Quote Link to comment Share on other sites More sharing options...
Gast Posted March 28, 2006 Share Posted March 28, 2006 Either use $_GET, as in pass a variable through the URL such as "page.php?a=this" or if you dont want the page to load again, try using AJAX. 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.