Dave <mailto:[EMAIL PROTECTED]>
    on Tuesday, February 15, 2005 7:37 AM said:

>     The Problem:
>     I can't quite figure out how to take the results of the
> mysql_query() and assemble them into a string. In my experiments so
> far, I either get a "mysql_data_seek(): Offset 0 is invalid for MySQL
> result index" error, or my mail function sends to a blank address.

http://php.net/implode


There's also the .= operator which concatenates.


HTH,
Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to