On 4 August 2010 13:33, Carlton Whitehead wrote:
> That is definitely calling out for a loop.
>
> When I scan down the lines of code, the only part I see changing is the x
> after $pic_x. You could make an array with all of the picture details and
> then replace all of that repeated code with a lo
That is definitely calling out for a loop.
When I scan down the lines of code, the only part I see changing is the x
after $pic_x. You could make an array with all of the picture details and
then replace all of that repeated code with a loop like so:
$pics = array('my_first_picture.jpg', 'my_seco
On Aug 3, 2010, at 3:36 PM, Ashley Sheridan wrote:
> On Tue, 2010-08-03 at 15:32 -0400, Rick Dwyer wrote:
>>
>> On Aug 3, 2010, at 3:15 PM, Sebastian Ewert wrote:
>>
>> > Ashley Sheridan wrote:
>> >> On Tue, 2010-08-03 at 15:00 -0400, Rick Dwyer wrote:
>> >>
>> >>> On Aug 3, 2010, at 2:47 PM,
On Tue, 2010-08-03 at 15:32 -0400, Rick Dwyer wrote:
> On Aug 3, 2010, at 3:15 PM, Sebastian Ewert wrote:
>
> > Ashley Sheridan wrote:
> >> On Tue, 2010-08-03 at 15:00 -0400, Rick Dwyer wrote:
> >>
> >>> On Aug 3, 2010, at 2:47 PM, Sebastian Ewert wrote:
> >>>
> Rick Dwyer wrote:
> > H
On Aug 3, 2010, at 3:15 PM, Sebastian Ewert wrote:
> Ashley Sheridan wrote:
>> On Tue, 2010-08-03 at 15:00 -0400, Rick Dwyer wrote:
>>
>>> On Aug 3, 2010, at 2:47 PM, Sebastian Ewert wrote:
>>>
Rick Dwyer wrote:
> Hello List.
>
> In the Alt section of the IMG tag below, the va
Ashley Sheridan wrote:
> On Tue, 2010-08-03 at 15:00 -0400, Rick Dwyer wrote:
>
>> On Aug 3, 2010, at 2:47 PM, Sebastian Ewert wrote:
>>
>>> Rick Dwyer wrote:
Hello List.
In the Alt section of the IMG tag below, the variable $myitem has a value
of "Who's There".
echo
Thanks Ash... this worked.
--Rick
On Aug 3, 2010, at 3:01 PM, Ashley Sheridan wrote:
> On Tue, 2010-08-03 at 15:00 -0400, Rick Dwyer wrote:
>
>> On Aug 3, 2010, at 2:47 PM, Sebastian Ewert wrote:
>>
>>> Rick Dwyer wrote:
Hello List.
In the Alt section of the IMG tag below, the
On Tue, 2010-08-03 at 15:00 -0400, Rick Dwyer wrote:
> On Aug 3, 2010, at 2:47 PM, Sebastian Ewert wrote:
>
> > Rick Dwyer wrote:
> >> Hello List.
> >>
> >> In the Alt section of the IMG tag below, the variable $myitem has a value
> >> of "Who's There".
> >>
> >> echo " >> src='/itemimages/$m
On Aug 3, 2010, at 2:47 PM, Sebastian Ewert wrote:
> Rick Dwyer wrote:
>> Hello List.
>>
>> In the Alt section of the IMG tag below, the variable $myitem has a value of
>> "Who's There".
>>
>> echo " > src='/itemimages/$mypic' alt='$myitem' width='60'
>>
>> When running through W3C valid
Rick,
Probably Sebastian's fix might work but *htmlspecialchars* can help you,
too.
Regards,
Shreyas
On Wed, Aug 4, 2010 at 12:17 AM, Sebastian Ewert wrote:
> Rick Dwyer wrote:
> > Hello List.
> >
> > In the Alt section of the IMG tag below, the variable $myitem has a value
> of "Who's There"
On Tue, 2010-08-03 at 14:41 -0400, Rick Dwyer wrote:
> Hello List.
>
> In the Alt section of the IMG tag below, the variable $myitem has a value of
> "Who's There".
>
> echo " src='/itemimages/$mypic' alt='$myitem' width='60'
>
> When running through W3C validator, the line errors out be
Rick Dwyer wrote:
> Hello List.
>
> In the Alt section of the IMG tag below, the variable $myitem has a value of
> "Who's There".
>
> echo " src='/itemimages/$mypic' alt='$myitem' width='60'
>
> When running through W3C validator, the line errors out because of the " ' "
> in "Who's".
>
12 matches
Mail list logo