Visa ett inlägg
Oläst 2011-01-08, 19:07 #3
ChLa ChLa är inte uppkopplad
Medlem
 
Reg.datum: Aug 2006
Inlägg: 152
ChLa ChLa är inte uppkopplad
Medlem
 
Reg.datum: Aug 2006
Inlägg: 152
Eller om du vill använda din mysql-klass du har där...
Kod:
<?php
// infoga mysql-klassen här

	$conn = new mysql("host", "user", "psw");
	$conn->connect();
	$conn->select_db("database");
?>
ChLa är inte uppkopplad   Svara med citatSvara med citat