Backup of mysql database using cron job.
To generate the backup of mysql database using cron job refer following three format as per your requirement. 1) Cron job to generate database backup […]
To generate the backup of mysql database using cron job refer following three format as per your requirement. 1) Cron job to generate database backup […]
Most of the time cgi script is not working properly after uploading by using FTP but script is working fine on local machine, why? This […]
Many time when php mail function disabled on shared server, we can use following script to send an E-mail from shared web hosting account using […]
One of the best way to send E-mail using website is php mail function but its also insecure, so be careful while using php mail […]
The following script you can use to check the Server uptime? root@admin[/usr/local/apache/cgi-bin]# nano loads #!/bin/bash echo Content-type: text/plain echo echo $(hostname) echo “=>” echo $(uptime)
Copyright © 2023 Kaizen Software Solutions. All rights reserved.