php-db | 2001062
Date: 06/21/01
- Next message: Russ Michell: "Re: [PHP-DB] concatenation"
- Previous message: Russ Michell: "Re: [PHP-DB] Date field"
- Maybe in reply to: DanielW: "[PHP-DB] concatenation"
- Next in thread: Russ Michell: "Re: [PHP-DB] concatenation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
$mailto_link = "mailto:" . $result["email_address"];
// -----Original Message-----
// From: DanielW [mailto:texmaster <email protected>]
// Sent: Thursday, 21 June 2001 1:06 PM
// To: php-db <email protected>
// Subject: [PHP-DB] concatenation
//
//
// Greetings.
//
// Can anyone tell me how to concatenate text to the value of a
// cell pulled out
// of a table in a while loop? I'm trying to add "mailto:" to
// an email address
// value.
//
// Thanks,
//
// Dan
//
//
// --
// PHP Database Mailing List (http://www.php.net/)
// To unsubscribe, e-mail: php-db-unsubscribe <email protected>
// For additional commands, e-mail: php-db-help <email protected>
// To contact the list administrators, e-mail:
// php-list-admin <email protected>
//
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Russ Michell: "Re: [PHP-DB] concatenation"
- Previous message: Russ Michell: "Re: [PHP-DB] Date field"
- Maybe in reply to: DanielW: "[PHP-DB] concatenation"
- Next in thread: Russ Michell: "Re: [PHP-DB] concatenation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

