connect.php
<?php
$con=mysql_connect('localhost','root','');
mysql_select_db('formstudy',$con);
?>
_________________________________________________________________________________
Points: 1) servername= localhost
2)server user name= root
3)server password= nil
4)database name= formstudy
_________________________________________________________________________________
<?php
$con=mysql_connect('localhost','root','');
mysql_select_db('formstudy',$con);
?>
_________________________________________________________________________________
Points: 1) servername= localhost
2)server user name= root
3)server password= nil
4)database name= formstudy
_________________________________________________________________________________
No comments:
Post a Comment