Re: syntax error or notepad++ error? [message #182828 is a reply to message #182827] |
Tue, 17 September 2013 16:48 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma:
|
Senior Member |
|
|
Norman Peelman wrote:
> On 09/16/2013 11:35 AM, Christoph Michael Becker wrote:
>> richard wrote:
>>> so I guess I'm gonna have to use the & version for the tag brackets.
>>
>> You may consider using PHP's "template" syntax instead:
>>
>> <div class="bcol2">
>> * <?php echo $number;?> *<br />
>> <a href="http://mroldies.net/index2.php?year='<?php echo
>> $year;?>&nid='<?php echo $number;?>">
>> <?php echo $vid[0];?>
>> </a>
>> <br />
>> <?php echo $vid[1];?>
>> <br />
>> <?php echo $vid[3];?>
>> </div>
>
> My eyes! My eyes! Please - someone stop the pain!!!!
:)
Are you referring to the tag soup? If yes, to be fair, Christoph just
rewrote with “‘template’ syntax” what was in the OP.
PointedEars
--
When all you know is jQuery, every problem looks $(olvable).
|
|
|