November10
I wanted to join two tables and get the uncommon results or values between the two. I tried join statement ...
December16
Learn how to configure and connect PHP with Microsoft SQL. And you always thought PHP could only fit with MYSQL.
Requirements
PHP ...
August25
Create, delete, sort, search, export, import mysql tables and databases using an easy to use interface GUI.
phpMyAdmin is a tool ...
August25
Create, delete, sort, search, export, import mysql tables and databases using an easy to use interface GUI
phpMyAdmin is a tool ...
August22
Installing MYSQL is very easy as it comes with an installer. Just download it and run the installer everything.
Download
click ...
August22
Installing MYSQL is very easy as it comes with an installer. Just download it and run the installer everything else ...
August4
Extract values from multiple select statements or list with multiple choices for HTML forms and MySQL tables using PHP.
Lets cut ...
July29
Use PHP to lock a MySQL table entries or rows. I have used this in licensing a software I had ...
July6
One of the most commonly performed date calculations is one which calculates age. Unfortunately there isn't a function to do ...
June12
This article describes the appropriate datatypes for specific column types eg clientID=smallint(3) andĀ clientName=varChar(40)
While developing a dynamic website, a database ...