Ben connect.php dosya yerel ana çalıştırmak gerekir istiyorum

0 Cevap

Bu benim online connect.php kodu

<?php 
$con = mysql_connect('test', 'test', 'test');
$db=mysql_select_db('test');
?>

0 Cevap