I\'m trying to run a PHP script from CRON every 15 minutes from 9AM to 6PM during Monday to Friday. My pro开发者_JS百科blem is the server is set to CST and my client is on GMT+8. I believe (please do
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have a web site on the cpanel(whm), I want to backup whole site and transfer it to an开发者_运维知识库other stand-alone server of my own, is that feasible? how to do it?If the new server doesn\'t ha
I am in the process of learning Ruby on Rails and things have been going smoothly - up until I tried to deploy one of my test applications to my shared hosting account.
On a html page the doctype I\'ve used is as follows (for a mobile website): <!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.2//EN\"
I am hosting my website on a shared 开发者_运维问答server, with a mysql database which I can access it using phpmyadmin only. Can we setup replication mechanism to replicate my DB to my local server p
I have a base set of files that are included from lots of other files. This saves me having to update lots of files when I made changes开发者_StackOverflow. The issues is, in CPanel my directory struc
I had a site in a cpanel server working well but when I have migrated it to a new one, I have a MDB2 errorrelated.
When entered as a MySQL query the following code returns this error: \"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use
I am new to cron jobs, and I wanted to create a cron j开发者_JAVA百科ob which will not run on weekends, like Monday to Friday once in a day at 9:00AM. I am not sure about the format. Any suggestion or