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
Today post is about retrieving Youtube ID from its URL. The below PHP code will allow you to extract the ID number from the given
ThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple
This post is about Creating virtual hosts locally, i am gonna write step by step procedure to create your own domain names with xampp server.
In my recent project there are lot of HTML comments for each block. I don’t want to show the comments when viewing the source code
Now if we want allow only pdf,doc, docx format files for file uploading, use the below code Html JQuery Script if($('#file').val() != '') { $.each($('#file').prop("files"),