Programming Languages
PHP
Subjective
Nov 23, 2012
What are the statements that are used to connect PHP files with MySQL
Detailed Explanation
The statements that can be used to connect PHP with MySQL are:
<?
$con = mysql_connect("localhost","root","")
echo $conn;
?>
This statement gets the resource of the localhost.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts