Re: [PHP-DB] concatenation

2001-06-21 Thread Russ Michell
U I might be missing something but isn't it something like: $emailVal = "mailto:"; . $email . "\">" . $email . ""; HTH :-) Russ On Thu, 21 Jun 2001 00:05:46 -0500 DanielW <[EMAIL PROTECTED]> wrote: > Greetings. > > Can anyone tell me how to concatenate text to the value of a cell > pul

RE: [PHP-DB] concatenation

2001-06-21 Thread Beau Lebens
$mailto_link = "mailto:"; . $result["email_address"]; // -Original Message- // From: DanielW [mailto:[EMAIL PROTECTED]] // Sent: Thursday, 21 June 2001 1:06 PM // To: [EMAIL PROTECTED] // Subject: [PHP-DB] concatenation // // // Greetings. // // Can anyone tell me how to concatenat