
10 Reasons to Choose a PHP Framework for Your Next Web Project
PHP is a server-side scripting language which is designed for web development. Before knowing the advantages of the php frameworks, make this...
PHP is a server-side scripting language which is designed for web development. Before knowing the advantages of the php frameworks, make this...
Many of the PHP newbies get confused with mysql_fetch_row()
, mysql_fetch_object()
,
This is a very basic Opencart tutorial for beginners explaining one current issue in admin section and its simple solution. Even though its very ea...
In any project you may need some kind of customization because it's not required that everyone satisfied with the default behaviour of the func...
We need to list out the pages where we need to display the custom product field on front end. Below are some of the pages at front end in which we...
In this tutorial we are going to learn how to add custom product field in opencart. Sometimes, due to specific requirement of the project, we need...
In this post, we will learn how to install & configure the CakePHP on localhost Wamp. I am using Wamp Server as the webserver but, it wil...
You are reading this post which means you are facing the error of “URL rewriting" when Installing CakePHP on Localhost...
To calculate a user's balance using credit and debit in MySQL, you can use a simple SQL query that subtracts the total of all debits from the t...
When you are working on any project having large database, then before applying new modifications you might need to take a backup of the current da...