select dropdown box

How to show and hide content using select dropdown box using Jquery

Step 1 : First hide your content which you want to hide by using style=”display: none;” and also set id id=”mobileno_textbox” Step 2 : call function in select box code… Read more
solve max file upload size error

How to solve max file upload size error

To increase PHP memory limit follow below steps. Step 1: Login to godaddy cpanel – open up file manager, go to root of the directory. Step 2: Create a new… Read more
CodeIgniter Cron Job

How to create cron job in codeigniter

See the below video and follow the steps one by one Step 1 Step 2 Step 3 /usr/local/bin/php /home/fbi1glfa0j7p/public_html/cakenbake.in/index.php cron_job_cnt/cron_job Don’t forgot to give space after index.php Read more