Re: [PHP] List Help - Email Change

2007-09-21 Thread Per Jessen
Andrew Prostko wrote: > I would like to change the email address this list is sending to, > > I sent mail to '[EMAIL PROTECTED]' but I haven't received > anything back. > > Can anyone tell me how to do this real quick? 1. unsubscribe old address. 2. subscribe new address. Really quick. /Per

[PHP] List Help - Email Change

2007-09-21 Thread Andrew Prostko
I would like to change the email address this list is sending to, I sent mail to '[EMAIL PROTECTED]' but I haven't received anything back. Can anyone tell me how to do this real quick? Having this email account on my Treo is kind of overwhelming. Andrew Prostko 1445 Washington Lane We

Re: [PHP] List() help

2004-05-09 Thread Adam Bregenzer
On Sun, 2004-05-09 at 21:13, PHPDiscuss - PHP Newsgroups and mailing lists wrote: > I'm using list like > list($a,$b,$c,$d) = $MyArray > MyArray holds more than three items, 0-4 more, > my problem is that $d only gets one and I lose the others if more tha one > extra. I know I can just add more $e,

[PHP] List() help

2004-05-09 Thread PHPDiscuss - PHP Newsgroups and mailing lists
I'm using list like list($a,$b,$c,$d) = $MyArray MyArray holds more than three items, 0-4 more, my problem is that $d only gets one and I lose the others if more tha one extra. I know I can just add more $e,f,g,h,i but how do I get the extras into an array? TIA RGauthier -- PHP General Mailing L