SISIMIZI
Pages
Home
Siasa
Michezo
Burudani
Skendo
Coders Forum
Coders Forum
//database connection by PHP
<?php
//this is in case you are using a localhost server.
$con=mysql_connect('localhost', 'root', 'password');
mysql_select_db('databasename', $con);
//you can now start your queries
?>
1 comment:
Anonymous
June 10, 2013 at 6:50 AM
Nice one, thanx sisimizi
Reply
Delete
Replies
Reply
Add comment
Load more...
Home
Subscribe to:
Posts (Atom)
Nice one, thanx sisimizi
ReplyDelete