Insert using Prepared Statement in PHP MySQL
As in our earlier article we have learned simple database connection using PHP Code. Now we are going to demonstrate an example of Insert Query
From Basic to the Best
As in our earlier article we have learned simple database connection using PHP Code. Now we are going to demonstrate an example of Insert Query
As in our earlier discussion in PHP we have checked about Scope of the Variables in PHP . Now we are going to demonstrate Select
In any Programming language variables are used to store data for temporary period or scope. In php variables are named with $ sign. In PHP