Mailinglisten-Archive |
Am Dienstag 02 September 2008 19:28:08 schrieb R. Gemander:
> function connect()
> {
> global $SQLHOST, $SQLUSER, $SQLPW, $SQLDB ;
> $con = mysql_connect("$SQLHOST","$SQLUSER","$SQLPW") or
> die(mysql_error()); mysql_select_db("$SQLDB",$con) or die(mysql_error());
> }
> eventuell?
Yes, das war’s.
> Gruß, Ronny
Danke, Chris......
php::bar PHP Wiki - Listenarchive