forumsudhir Posted June 7, 2008 Share Posted June 7, 2008 i want to call php function by html button pls help me.. basically i want to call php function with any html control(button, combobox,check box,redio button,) event. Link to comment https://forums.phpfreaks.com/topic/109124-how-to-call-php-function-to-button-click-event/ Share on other sites More sharing options...
fri3ndly Posted June 7, 2008 Share Posted June 7, 2008 Cant you just submit the form using GET and use the php $_GET command to see what has been submitted. Or are you talking about a php script happening 'onclick'? Link to comment https://forums.phpfreaks.com/topic/109124-how-to-call-php-function-to-button-click-event/#findComment-559784 Share on other sites More sharing options...
felipeebs Posted June 7, 2008 Share Posted June 7, 2008 If I got it right... maybe you must check the AJAX section at this forum. Link to comment https://forums.phpfreaks.com/topic/109124-how-to-call-php-function-to-button-click-event/#findComment-559786 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.