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…
2 CommentsAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
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…
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 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 Comment