ElFunghi
Erfahrenes Mitglied
hmm
ihr redet dauerd von $mysql_db_query(); aber wo muss das denn rein??
einfach ins skript oder wie?
<?php
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="";
$dbpassword="";
// name of database
$dbname="************";
//password needed to enter the control panel
$cppassword="**********";
?>
so, wo solln das nu hin??
passwort und das gedönsel hab ich natürlich in sternchen gehüllt!
thx
ElFunghi
ihr redet dauerd von $mysql_db_query(); aber wo muss das denn rein??
einfach ins skript oder wie?
<?php
// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";
// hostname or ip of server
$servername="localhost";
// username and password to log onto db server
$dbusername="";
$dbpassword="";
// name of database
$dbname="************";
//password needed to enter the control panel
$cppassword="**********";
?>
so, wo solln das nu hin??
passwort und das gedönsel hab ich natürlich in sternchen gehüllt!
thx
ElFunghi