Gossamer Forum
Quote Reply
elseif syntax
Hi Andy,
can't get this working
Code:
<%if Jump_Clicks > 200 and <= 500%> 200<%elseif Jump_Clicks > 500 and <= 1000%> 500<%elseif Jump_Clicks > 1000%>1000<%endif%>

Actually my Jump_Clicks are over 800 but it shows only 200 Crazy

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] elseif syntax In reply to
<%if Jump_Clicks > 200 and Jump_Clicks<= 500%>

..not:

<%if Jump_Clicks > 200 and <= 500%>

Wink

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!
Quote Reply
Re: [Andy] elseif syntax In reply to
Was trying and experimenting for one hour Frown
And the solution is so easy...
Thanks

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] elseif syntax In reply to
heheh np - staring at code for too long does that to everyone ;)

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!