In CodeIgniter, the Model is used for the Database manipulation – fetch, insert, update, and delete records….
PhpA collection of 39 posts
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…
The empty() function is an built-in function in PHP which is used to check whether a variable is empty…
The isset() function is an built-in function in PHP which is used to check whether a variable…
The PHP strlen() is used to get the length of a string. It also includes the white spaces inside…
The rtrim() function is a built-in function in PHP which is used to removes whitespace from the end…
The ltrim() function is a built-in function in PHP which is used to removes whitespace from the beginning…