Great, thanks a lot!

> From: Henk Huizinga [mailto:[EMAIL PROTECTED]]
> 
> 
> Mario,
> 
> This is actually an PHP question. You forgot the following code :
> 
> $resultquery = mysql_fetch_row($result);
> echo $resultquery[0];
> 
> Cheers,
> Henk
> 
> -----Original Message-----
> From: Mario Ohnewald [mailto:[EMAIL PROTECTED]]
> Sent: dinsdag 24 september 2002 09:50
> To: [EMAIL PROTECTED]
> Subject: mysql_query
> 
> 
> Hello!
> I am a bloody newbie in this whole mysql area, so please 
> forgive me for such
> a "silly" question ;)
> 
> I have expected to get the text from the field with this code.
> $result=MYSQL_QUERY( "SELECT mail_1 FROM table_mail WHERE
> rechner_nr='Rechner1'");
> echo "$result";
> 
> As result i get:
> Resource id #2
> 
> But i exspected:
> [EMAIL PROTECTED]
> 
> I hope i hae exlained it well.
> 
> Cheers, Mario


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to