skip to main
|
skip to sidebar
Computer Applications
Saturday, January 23, 2010
Closing a Connection in PHP & MySQL.
Code:
$con = mysql_connect("localhost","peter","abc123");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_close($con);
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
SoftwareZ
Ads
ADS
ADS
CounteR
Visitors
Please do not change this code for a perfect fonctionality of your counter
knowledge management
ip address
Blog Archive
▼
2010
(30)
►
April
(6)
►
March
(4)
▼
January
(20)
What is MySQL?
Create a Connection to a MySQL Database
Closing a Connection in PHP & MySQL.
Create Database and Tables in MySQL
Create a Table in MySQL
Insert Data Into a Database Table In MySQL
Select Data From a Database Table in PHP,MySQL
The Where Clause in MySQL
The ORDER BY Keyword in MySQL
Update Data In a Database in PHP,MySQL
Delete Data In a Database in PHP,MySQL
JavaScript Tutorial
C Tutorial.
C++ Tutorial
SQL (Structured Query Language).
Creating Table in SQL
Insert Values into Table in SQL
Select from Table
Update Command
Delete Command
►
2009
(13)
►
December
(13)
About Me
Softhunts
View my complete profile
No comments:
Post a Comment