$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 CommentTutorials / Programming tips Posts
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…
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 CommentIn 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…
1 CommentNow 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”),…
Leave a CommentIn this tutorial, I will show you integrating Captcha in your CodeIgniter application. We gonna use CI’s builtin captcha helper and contains functions that assist…
6 CommentsIn this tutorial, We gonna use CodeIgniter built-in pagination library to show the paginated list of items on your web page. Here are the steps…
Leave a CommentI always use this CodeIgniter Helper for all of my CI projects to Highlight Current or active link in the menu bar. How it works…
4 CommentsThis Post is About Creating Links in CodeIgniter, To Create Links in CodeIgniter you have to load CI URL Helper, How to load CI’s URL…
9 CommentsThis post is About Centering A div Block Using Css, To Center a Div Block , you need to set left-margin and right-margin either in…
Leave a Comment