Dysan Posted June 14, 2008 Share Posted June 14, 2008 Hi, without using JavaScript, is it possible to submit a form, using a text link? - using a similar technique to that used in checking if a submit button has been clicked. if(@$_POST['Submit']) { ... Link to comment https://forums.phpfreaks.com/topic/110155-submit-a-form-using-a-text-link/ Share on other sites More sharing options...
marklarah Posted June 14, 2008 Share Posted June 14, 2008 No. PHP is server side, javascript is client side. It can only be done with javascript. Link to comment https://forums.phpfreaks.com/topic/110155-submit-a-form-using-a-text-link/#findComment-565311 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.