jdbfitz Posted February 11, 2008 Share Posted February 11, 2008 I am wondering if someone could please help me. I am wondering how to send data from an HTML form to a specific function in the same script. Anyone help?? Thanks Jim Link to comment https://forums.phpfreaks.com/topic/90518-how-do-you-send-form-data-to-a-function-in-the-same-script/ Share on other sites More sharing options...
Stooney Posted February 11, 2008 Share Posted February 11, 2008 Which kind of function? javascript, php, etc. Link to comment https://forums.phpfreaks.com/topic/90518-how-do-you-send-form-data-to-a-function-in-the-same-script/#findComment-464067 Share on other sites More sharing options...
jdbfitz Posted February 11, 2008 Author Share Posted February 11, 2008 a php function Link to comment https://forums.phpfreaks.com/topic/90518-how-do-you-send-form-data-to-a-function-in-the-same-script/#findComment-464071 Share on other sites More sharing options...
mikefrederick Posted February 11, 2008 Share Posted February 11, 2008 You have to show code. PHP is server-side, it can't update without page loading/reloading. But javascript might work if you show what you need to do. Link to comment https://forums.phpfreaks.com/topic/90518-how-do-you-send-form-data-to-a-function-in-the-same-script/#findComment-464075 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.