Jump to content
  • 0

[HELP] PHP STATISTICS REFRESH


Question

2 answers to this question

Recommended Posts

  • 0
Posted

PHP is a server-side script. It's not meant to display active information like that, though you can exploit an <iframe> but embedding a php script inside it and refreshing it with javascript.

 

Or you could just use AJAX https://en.wikipedia.org/wiki/Ajax_(programming)

  • 0
Posted

Hi, how to make online player php script (without sql injection - secure), which refresh every 1 minute ?

 

Actualy you can use whole page refresh on 1 minute, simple add

 

<META HTTP-EQUIV="refresh" CONTENT="60">

 

60 means the seconds until each refresh.

About Online Players Script search @google.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...