Search results

  1. Z

    PHP version on Vox

    I'm been trying to use mysqli on my site which has not worked. I checked the php version in my account portal and it says my php version is 5.3.27. I did some research and everywhere I can find says that all free hosting servers have been upgraded to 5.4 which is required to run mysqli. Is there...
  2. Z

    Need help with cron job!

    Hi all, I'm trying to set up cron jobs to first download a remote file, second to update a db, and third to perform some final calculations. Here is my cron job to download a remote file: wget -O - /home/csk/ultrastats/src/admin/parser.php?op=getnewlogfile&id=1 job to update db: php -cron -q...
Top