Quote:
Originally Posted by Brujah
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