- Katılım
- 27 Kasım 2007
- Mesajlar
- 0
- Reaction score
- 0
merhaba arkadaslar bu düzenegi düzenleyemedim bir arkadasimiz sunu duzenliyerek neresine ne yazicagimi söyleyebilirmi mysq a baglanmasi icin
<?php
###############################################################################
# This is the database configuration file. Enter in the access information
# For your database below as follows.
#
# $db = mysql_connect("localhost", "<your db user>", "<your db password>");
#
# mysql_select_db("<your db name>",$db);
#
###############################################################################
$db = mysql_connect("localhost", "jokesnew", "jokesnew");
mysql_select_db("jokesnew",$db);
?>
<?php
###############################################################################
# This is the database configuration file. Enter in the access information
# For your database below as follows.
#
# $db = mysql_connect("localhost", "<your db user>", "<your db password>");
#
# mysql_select_db("<your db name>",$db);
#
###############################################################################
$db = mysql_connect("localhost", "jokesnew", "jokesnew");
mysql_select_db("jokesnew",$db);
?>