dwex Posted January 21, 2011 Share Posted January 21, 2011 for example, I will like harrypotter as the hyperlink and it holding a hidden value "books" Link to comment https://forums.phpfreaks.com/topic/225175-how-do-i-submit-form-with-hyperlink/ Share on other sites More sharing options...
freelance84 Posted January 21, 2011 Share Posted January 21, 2011 you could place the values of the form into the link : href="harrypotter.com?harryPotter=childsBook">harry potter</a> Your php could then check for said variable in the $_GET and act accordingly Or// Style the submit button to look like a link and put the url of the link into the action of the form Link to comment https://forums.phpfreaks.com/topic/225175-how-do-i-submit-form-with-hyperlink/#findComment-1162937 Share on other sites More sharing options...
dwex Posted January 21, 2011 Author Share Posted January 21, 2011 thanks alot Link to comment https://forums.phpfreaks.com/topic/225175-how-do-i-submit-form-with-hyperlink/#findComment-1162955 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.