tedd wrote:
> At 11:58 AM -0600 1/30/09, Adam Williams wrote:
>> yeah just a second ago a big lightbulb went off in my head
>
>
> Try a bigger light-bulb and store the email addresses in a database.
> Then you can use them as you want regardless if the user hit return or not.
>
> Cheers,
>
> te
At 11:58 AM -0600 1/30/09, Adam Williams wrote:
yeah just a second ago a big lightbulb went off in my head
Try a bigger light-bulb and store the email addresses in a database.
Then you can use them as you want regardless if the user hit return
or not.
Cheers,
tedd
--
---
http://sper
Adam Williams wrote:
> Shawn McKenzie wrote:
>> This may be best handled in your sorting code. What does it look like?
>>
>
> yeah just a second ago a big lightbulb went off in my head and i fixed
> my code to add a \r\n on saving, and strip it on viewing. I sort on
> viewing, not sort on sav
Hello Adam!
$list2 = explode("\n", $list); // "\n" not "\r\n"
$list = implode("\r\n", $list2);
foreach ... - not need
with the best regards
- Konstantin Kurilov
Shawn McKenzie wrote:
Adam Williams wrote:
I have staff inputting email addresses into a named $list on
a form and when they c
Shawn McKenzie wrote:
This may be best handled in your sorting code. What does it look like?
yeah just a second ago a big lightbulb went off in my head and i fixed
my code to add a \r\n on saving, and strip it on viewing. I sort on
viewing, not sort on saving. The viewing code looks lik
5 matches
Mail list logo