Jump to content

maor

New Members
  • Posts

    6
  • Joined

  • Last visited

maor's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello everyone, I have a system I was up there Articles Now I put next to each article of the Facebook share button I want to put it I'll share it will share my business as my Something that know how to do it? Thanks
  2. <?php $filename= dirname(__FILE__)."/data.txt"; $lastmodif = isset( $_GET['timestamp'])? $_GET['timestamp']: 0 ; $currentmodif=filemtime($filename); while ($currentmodif <= $lastmodif) { usleep(10000); clearstatcache(); $currentmodif =filemtime($filename); } $response = array(); $response['msg'] =Date("h:i:s")." ".file_get_contents($filename); $response['timestamp']= $currentmodif; echo json_encode($response); ?> It will be a database Thanks
  3. That's why I'm asking you download And see the issue I'm having: Login studied instead TXT file
  4. Can you help me make this database http://www.filedropper.com/longpoll
  5. I have a system that works with txt file I need an explanation il make it work with sql
  6. How do I do LONG POOL? AJAX / PHP - database thanks
×
×
  • 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.