[PHP] Re: putting variables in a variable

2011-03-26 Thread Al
On 3/25/2011 10:01 PM, David Robley wrote: Hulf wrote: Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .= table tr tdimg src=\image1.jpg\/td /tr tr td/td /tr /table ; ideally I would like to have $myimage1 = image1.jpg; $myimage2

Re: [PHP] Re: putting variables in a variable

2011-03-26 Thread Daniel Brown
On Sat, Mar 26, 2011 at 11:46, Al n...@ridersite.org wrote: You guys know this thread will be three years old on Monday, right? Interestingly enough, it looks like Ross ('Hulf') had his client, OS, or mailserver improperly configured, because it shows that the message to which we've all

Re: [PHP] Re: putting variables in a variable

2011-03-26 Thread Al
On 3/26/2011 11:57 AM, Daniel Brown wrote: On Sat, Mar 26, 2011 at 11:46, Aln...@ridersite.org wrote: You guys know this thread will be three years old on Monday, right? Interestingly enough, it looks like Ross ('Hulf') had his client, OS, or mailserver improperly configured, because

[PHP] Re: putting variables in a variable

2011-03-25 Thread David Robley
Hulf wrote: Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .= table tr tdimg src=\image1.jpg\/td /tr tr td/td /tr /table ; ideally I would like to have $myimage1 = image1.jpg; $myimage2 = image2.jpg; $myimage3 =

[PHP] Re: putting variables in a variable

2008-03-28 Thread Peter Ford
Hulf wrote: Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .= table tr tdimg src=\image1.jpg\/td /tr tr td/td /tr /table ; ideally I would like to have $myimage1 = image1.jpg; $myimage2 = image2.jpg; $myimage3 = image3.jpg; and put them

[PHP] Re: putting variables in a variable

2008-03-28 Thread M. Sokolewicz
Hulf wrote: Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .= table tr tdimg src=\image1.jpg\/td /tr tr td/td /tr /table ; ideally I would like to have $myimage1 = image1.jpg; $myimage2 = image2.jpg; $myimage3 = image3.jpg; and put them

[PHP] Re: putting variables in a variable

2008-03-28 Thread tedd
At 4:47 PM +0100 3/28/08, M. Sokolewicz wrote: Hulf wrote: Hi, I am making and HTML email. I have 3 images to put in. Currently I have $body .= table tr tdimg src=\image1.jpg\/td /tr tr td/td /tr /table ; ideally I would like to have $myimage1 = image1.jpg; $myimage2 =