Current Page: 1 of 1
Results 1 - 1 of 1
14 years ago
rahulsareen
<?php $con=mysql_connect("localhost","root","root" if(!$con) { die('could Not Connect' . mysql_error()); } mysql_select_db("my_db1",$con); mysql_query("Insert into RAM (RT,RT1,RT2)values('RT','RT1','RT2')" mysql_close($con); ?> error comes could not connect to database
Forum: WampServer English
Current Page: 1 of 1