Today’s post is About HTML Output Compression, we can reduce 10-20% load on the server by compressing the HTML output(bandwidth save, faster page loading) we…
1 CommentCategory: PHP / MySQL
Have you ever developed your application locally, then taken it live on your production server and had to manually change your app configuration to match…
1 CommentToday’s post is about Preventing Css and Js Files being Cached on client Machine, we often change our css & js files to enhance our…
2 CommentsDevice detection place very important role in applying new strategies for improving business and user experience. So Here is the small PHP function it will…
Leave a CommentFirstly, 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…
2 Commentsbefore any operations are to be made on the data, you have to establish a connection to the DB. There is Two types of connection…
1 Comment$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() –…
1 CommentOpen 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…
Leave a CommentYii is Open Source PHP Framework. Qiang Xue is the founder of Yii, He started the development of this open source framework on January 1st,…
Leave a CommentToday’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.…
2 CommentsThis 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…
2 CommentsToday post is about retrieving Youtube ID from its URL. The below PHP code will allow you to extract the ID number from the given…
1 CommentThickBox is a webpage UI dialog widget written in JavaScript on top of the jQuery library. Its function is to show a single image, multiple…
Leave a CommentThis post is about Creating virtual hosts locally, i am gonna write step by step procedure to create your own domain names with xampp server.…
1 Comment