Jump to content

[SOLVED] Counter for a show/hide layout ?


KJI

Recommended Posts

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

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 !

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.