View Single Post
Old 05-14-2012, 01:18 PM  
roly
Confirmed User
 
Join Date: Aug 2002
Posts: 1,844
Quote:
Originally Posted by Brujah View Post
oops, that first line in the prepared statement should be:
$mysqli = new mysqli, forgot the i

if you cron using the php /path/to/script.php example, then wherever you want it in your files you can just

Code:
<?php echo file_get_contents( '/path/to/saved.txt' ); ?>
i'm using
Quote:
<?php include ("/home/domain.com/public_html/saved.txt"); ?>
is that just as efficient?

it's all working perfectly thanks
roly is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote