Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [rascal] if statement help needed

Quote Reply
Re: [rascal] if statement help needed In reply to
Hi,

What happens if you change;

<%loop link_results_loop~%>
<%if story eq 'Yes'~%>
<%include link.html%>
<%~endif%>
<%~endloop%>
<%~endif%>

..to;

Code:
<%loop link_results_loop~%>
<b>Story: <%story%></b><br/>
<%if story eq 'Yes'~%>
<%include link.html%>
<%~endif%>
<%~endloop%>
<%~endif%>

...what does it print next to "Story: ...." ?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread if statement help needed rascal 4504 Jun 26, 2005, 7:26 PM
Thread Re: [rascal] if statement help needed
rascal 4418 Jun 27, 2005, 5:14 AM
Thread Re: [rascal] if statement help needed
Andy 4420 Jun 27, 2005, 6:01 AM
Thread Re: [Andy] if statement help needed
rascal 4396 Jun 27, 2005, 6:51 AM
Thread Re: [rascal] if statement help needed
Andy 4399 Jun 27, 2005, 6:54 AM
Thread Re: [Andy] if statement help needed
rascal 4395 Jun 27, 2005, 7:44 AM
Thread Re: [rascal] if statement help needed
Andy 4427 Jun 27, 2005, 7:46 AM
Thread Re: [Andy] if statement help needed
rascal 4393 Jun 27, 2005, 8:15 AM
Thread Re: [rascal] if statement help needed
Andy 4414 Jun 27, 2005, 8:16 AM
Post Re: [Andy] if statement help needed
rascal 4386 Jun 27, 2005, 8:21 AM
Thread Re: [rascal] if statement help needed
Payooo 4381 Jun 27, 2005, 3:33 PM
Thread Re: [Payooo] if statement help needed
rascal 4381 Jun 27, 2005, 6:06 PM
Thread Re: [rascal] if statement help needed
Payooo 4374 Jun 27, 2005, 7:38 PM
Thread Re: [Payooo] if statement help needed
rascal 4366 Jun 28, 2005, 8:59 AM
Post Re: [rascal] if statement help needed
Payooo 4339 Jun 28, 2005, 3:01 PM