Hallo,
i want to use the this vars and php-function inside a class:
$conn_str = mysql_pconnect($hostname, $username, $password) or die(mysql_error());
where do i have to place this, inside a function or just inside the class?
and where do i set the "mysql_select_db" command?