Thank you, it is 5.4.
I was assuming that the cpanel version is the same as the one from phpversion or phpinfo.
Thanks leafy, I thought i cehcked that last night but it was 2am lol.
What is the php version in cpanel referencing then?
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...
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...