How to pass parameters from one page to other using links
Posted: Fri Mar 13, 2009 4:46 am
Can some one help in passing parameters from one page to another using Links. I don't want to use submit buttons on form.
Safwi
Safwi
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<a href="page.php?var1=x&var2=y&var3=z">link</a>You may also want to read:Forum Rules wrote: 11. Please use proper, complete spelling when posting in the forums. AOL Speak, leet speak and other abbreviated wording can confuse those that are trying to help you (or those that you are trying to help). Please keep in mind that there are many people from many countries that use our forums to read, post and learn. They do not always speak English as well as some of us, nor do they know these aberrant abbreviations. Therefore, use as few abbreviations as possible, especially when using such simple words.