I have a html page with several links in it. I want to use the info from the link to launch a php script that hits one of my tables in my database. (without using a 'submit') button, where can I find some info on how to accomplish that task? I've googled, but not sure of phrasing of the question (because I haven't gotten anything that I can use...)
TIA
Retreiving a value from a link
Moderator: General Moderators
-
PastorHank
- Forum Contributor
- Posts: 117
- Joined: Sat Jun 03, 2006 7:58 am
- Location: Texas Hill Country
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
Code: Select all
<anytag onclick="document.forms[0].submit()">Submit</anytag>