KJI Posted August 4, 2008 Share Posted August 4, 2008 On a page i have a link for a show/hide layout (javascript <a href:"#" onclic=show layout....). I would get a counter for this link. I have tried some php counter but each need to reload the page or load a new page). Here we must only show a hide layout and count this action. This count must be on the server side (each visiter who's clic on the link increase the count). I don't know how to do. I think about a javascript mixed with php...or maybe something with cookies ? Thank a lot for help ! Link to comment https://forums.phpfreaks.com/topic/118105-solved-counter-for-a-showhide-layout/ Share on other sites More sharing options...
lemmin Posted August 4, 2008 Share Posted August 4, 2008 You could have your show layout function refresh a hidden iframe object that has a php page that counts. Link to comment https://forums.phpfreaks.com/topic/118105-solved-counter-for-a-showhide-layout/#findComment-607686 Share on other sites More sharing options...
KJI Posted August 4, 2008 Author Share Posted August 4, 2008 You could have your show layout function refresh a hidden iframe object that has a php page that counts. Nice ! I do this and include 'number' in the framepage and as this and with the show/hide layout action and the refresh of the iframe, visitors see the result! Tx a lot ! Link to comment https://forums.phpfreaks.com/topic/118105-solved-counter-for-a-showhide-layout/#findComment-608061 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.