Resource id #7
Posted by: Pnaky (---.eurotel.cz)
Date: December 05, 2007 12:28AM

Hello guys,
I would like use MySQL but if I try connect to DB, php script wrote "Resource id #7" and I don't know what's the mean... It's anywhere error list with this error description???

Thanks...

Options: ReplyQuote
Re: Resource id #7
Posted by: abim (---.62.48.60.trm01-home.tm.net.my)
Date: December 05, 2007 01:54AM

hi there,

are you doing like this? (i mean the code)

$link = mysql_connect($databases,$name,$password);
echo $link;

------------------

if so then, it good because the databases was connected, please read how to gain data from databases here

www.tizag.com >> go to mysql tutorial
www.php.net >> search for mysql_query function for example

Options: ReplyQuote


Sorry, only registered users may post in this forum.