Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001062

RE: [PHP-DB] concatenation From: Beau Lebens (B.Lebens <email protected>)
Date: 06/21/01

$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>