ToddAtWSU Posted March 15, 2007 Share Posted March 15, 2007 I was wondering if PHP can handle HTML Events or if I have to use something like Javascript. I really want to avoid using anything client-side so I know all users will be able to load my page but if I have to use Javescript to handle HTML Events, I will. Thanks! Link to comment https://forums.phpfreaks.com/topic/42881-solved-php-and-html-events/ Share on other sites More sharing options...
per1os Posted March 15, 2007 Share Posted March 15, 2007 JavaScript is the only way to do it, sorry bud. Even with ASP, they may providecode but it is all JScript based. Link to comment https://forums.phpfreaks.com/topic/42881-solved-php-and-html-events/#findComment-208264 Share on other sites More sharing options...
papaface Posted March 15, 2007 Share Posted March 15, 2007 PHP is server side. Its a very basic principle. PHP doesnt even know what the page looks like in a sense, it just shoots out HTML code. You need something client-side - javascript. Link to comment https://forums.phpfreaks.com/topic/42881-solved-php-and-html-events/#findComment-208265 Share on other sites More sharing options...
ToddAtWSU Posted March 15, 2007 Author Share Posted March 15, 2007 I was afraid of that. Thanks! Go Wright State Raiders tonight against Pitt!!! Link to comment https://forums.phpfreaks.com/topic/42881-solved-php-and-html-events/#findComment-208267 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.