Prevent Your CSS and JavaScript Files From Being Cached
Today’s post is about Preventing Css and Js Files being Cached on client Machine, we often change our css & js files to enhance our
Today’s post is about Preventing Css and Js Files being Cached on client Machine, we often change our css & js files to enhance our
Device detection place very important role in applying new strategies for improving business and user experience. So Here is the small PHP function it will
Firstly, locate your php.ini file, which in my case is in the default directory of xampp\php and edit with a notepad. Locate and uncomment (remove
before any operations are to be made on the data, you have to establish a connection to the DB. There is Two types of connection
This tutorial teaches you how you can set cookies, retrieve them and delete them using PHP. Cookies allow the webmaster to store information about the
$the->db->set() – This function enables you to set values for inserts or updates. $this->db->where() – This function enables you to set WHERE clauses $this->db->update() –
Open php.ini(C:xamppphp) with any text editor, Search for ;extension=php_openssl.dll then remove the semicolon from the biggning, Then Restart the server. ;extension=php_openssl.dll //Change it to extension=php_openssl.dll
Yii is Open Source PHP Framework. Qiang Xue is the founder of Yii, He started the development of this open source framework on January 1st,
Today’s Post is about Getting Visitor’s Real IP Address Using PHP, you can get visitor IP with the help of server Environment Variables in PHP.
This post is about CodeIgniter Dropdown Menu(all so know as a select box) validation.See the below code samples for better understanding. Create View : application/views/welcome_message.php