sazzie Posted January 16, 2007 Share Posted January 16, 2007 Hi everyone, :DCan anyone tell me how I can get my javascript synchTab function to be called from my php scripts? Link to comment https://forums.phpfreaks.com/topic/34389-synchtab-issues/ Share on other sites More sharing options...
Adam Posted January 16, 2007 Share Posted January 16, 2007 you can't. php is server side and javascript is client side. php is parsed before the page is loaded, it cannot function in the same way as javascript. Link to comment https://forums.phpfreaks.com/topic/34389-synchtab-issues/#findComment-161866 Share on other sites More sharing options...
fenway Posted January 16, 2007 Share Posted January 16, 2007 There are funky ways to do this, but it's not clean. Link to comment https://forums.phpfreaks.com/topic/34389-synchtab-issues/#findComment-162074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.