Generally, once we upload image enter PHP, the uploaded image is stored during a directory of the…
CodeA collection of 7 posts
What is PHP? The PHP (Hypertext Preprocessor) is a server scripting language, used for making dynamic web…
In CodeIgniter, the Model is used for the Database manipulation – fetch, insert, update, and delete records….
array.length: length is a final variable applicable for arrays. With the help of length variable, we will…
What is an Array? Arrays are used to store multiple values in a single variable, instead of…
You can force all of your pages to use HTTPS. To do this you will need to…
Hi everyone in this tutorial we are going to see how to create Apply Promo code or…
Change Date from dd/mm/yyyy to yyyy-dd-mm for MYSQL Friendly is simple. Possibly a more MySQL friendly format…
The substr_count() function is a built-in function in PHP which is used counts the number of times a…
The str_replace() function is an built-in function in PHP which is used to replaces any portion of…
The strrev() function is an built-in function in PHP which is used to reverse strings. Syntax: string…