liquidmind Posted June 30, 2007 Share Posted June 30, 2007 What do these symbols after index.php mean ? Thx. index.php?a=cat&cc=456 index.php?a=d&id=1925 Quote Link to comment Share on other sites More sharing options...
cooldude832 Posted June 30, 2007 Share Posted June 30, 2007 Variables being passed somehow your code is forcing theses variables to be passed you can retrive them by saying $_GET['a'], $_GET['cc'] $_GET['id'] Quote Link to comment Share on other sites More sharing options...
JP128 Posted June 30, 2007 Share Posted June 30, 2007 Yea, you probably have a form that is being submitted to that page... <form method="post(goes through site not showing you) or get(goes on the address, adding ?varname=varvalue" action=""> 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.