Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [samtha25] I'm really enjoying using this board

Quote Reply
Re: [samtha25] I'm really enjoying using this board In reply to
Quote:
PERL scares me, though, not that I know anything about PHP

It shouldn't. With our templates, you will really be working in a similiar environment as you would with PHP. Instead of having:

Username: <?= $username ?>

in PHP, in our system you have:

Username: <%username%>

You have if, else, includes, just like you do in PHP. For the custom stuff, you can add code in the globals section (but requires some perl knowledge).

But thanks for the positive feedback!

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread I'm really enjoying using this board Evoir 2603 Sep 23, 2001, 10:36 AM
Thread Re: [Evoir] I'm really enjoying using this board
samtha25 2452 Oct 28, 2001, 4:35 PM
Post Re: [samtha25] I'm really enjoying using this board
Stealth 2446 Oct 28, 2001, 5:05 PM
Post Re: [samtha25] I'm really enjoying using this board
Alex 2433 Oct 28, 2001, 7:11 PM