Okay here's the deal. I've got a proffing site for pictures. there are a bunch of thumbnails and then there is a enlarged box where the bigger version of the thumbnail. to see an example go to this...
Type: Posts; User: gwerkheiser
Okay here's the deal. I've got a proffing site for pictures. there are a bunch of thumbnails and then there is a enlarged box where the bigger version of the thumbnail. to see an example go to this...
so I can have several links on a page and each one would send the form info to that link right? for example. I could have something like this:
Click to add new person to database
click to veiw...
Is there any way to send form info without using a button? For example can I use a link? like this
<a href="something.html">Click here to send form info</a>
or something like that?
Also, can I...