thales-misc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Thales] Thales Channel Listing Assistance


From: Daniël Boeije
Subject: Re: [Thales] Thales Channel Listing Assistance
Date: Tue, 8 Jul 2003 11:30:02 +0200

Already helped him,

function safe_mysql_pconnect($db)
{
        $mysql_link = mysql_connect("localhost", "user", "secretpassword")
            or die("Can't connect to mysql");
        mysql_select_db($db);
        return($mysql_link);
}

should be:

$db = 'database';
function safe_mysql_pconnect()
{
        $mysql_link = mysql_connect("localhost", "user", "secretpassword")
            or die("Can't connect to mysql");
        mysql_select_db($db);
        return($mysql_link);
}

However, it may also work with the $db, but I needed a fast solution
for it ;)

Greetings,
KewlKiddo

Tuesday, July 8, 2003, 10:16:38 AM, you wrote:

J> I could use some assistance getting the IRC Channels List to work for our
J> website.  I cannot seem to get it working.

 

J> Thanks in advance!

 

J> JamesBond

J> The CleanChat IRC Network, Founder

J> irc.cleanchat.net | http://www.cleanchat.net/

 

J> "CleanChat.net: Paving the way for a cleaner chat experience!"

 

 




-- 
Best regards,
 Daniël                            mailto:address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]