Advertisement
Guest User

Untitled

a guest
Mar 20th, 2011
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. // File 1
  2. while(true)
  3. {
  4.     exec("php loopfile.php");
  5.     pause(5000);
  6. }
  7.  
  8. // File 2
  9. $sql = new mysqli(...);
  10. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement