adam291086 Posted January 11, 2008 Share Posted January 11, 2008 Is it possible to start a function via a button? Link to comment https://forums.phpfreaks.com/topic/85514-solved-functions/ Share on other sites More sharing options...
ToonMariner Posted January 11, 2008 Share Posted January 11, 2008 not a php function - php executes erver side and is all done and dusted by the time the users sees a page. For interaction on teh page you use javascript... You can however use javascript in an ajax request to execute some php code without sending a whole new page request. Link to comment https://forums.phpfreaks.com/topic/85514-solved-functions/#findComment-436376 Share on other sites More sharing options...
adam291086 Posted January 11, 2008 Author Share Posted January 11, 2008 oh, back to the drawing board of how to solve my problem. Thanks Link to comment https://forums.phpfreaks.com/topic/85514-solved-functions/#findComment-436378 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.