Hi guys,
I know that to send, for example a form, to a php page that writes that info to a database using a submit button.
I was wondering how you would send similar information in a page using a normal <a href="xxx">link</a> link.
For example I have an index page with two links
<a href="shape.php">circle</a>
<a href="shape.php">square</a>
I want to send either "circle" or "square" to shape.php and then display the right shape.
Ideas?
Thanks
I know that to send, for example a form, to a php page that writes that info to a database using a submit button.
I was wondering how you would send similar information in a page using a normal <a href="xxx">link</a> link.
For example I have an index page with two links
<a href="shape.php">circle</a>
<a href="shape.php">square</a>
I want to send either "circle" or "square" to shape.php and then display the right shape.
Ideas?
Thanks