Php Database Connection.

<?php
$con=mysql_connect("localhost or ip address","username","password");
//select the database
mysql_select_db("database-name",$con);
?>

Popular posts from this blog

Jtable with database manually in netbeans.

Join in Kotlin coroutines