Gossamer Forum
Quote Reply
Modifying $IN variables?
Hi...I've had a look around, but am not sure if this is possible. What I am aiming to do, is lowercase the description, and then set it back to $IN->param('Description'), ready for add.cgi to use that when adding the link to the database...

I'm pretty sure it won't be as simple as using;

$IN->param('Description') = lc($IN->param('Description'));

Would it? Unsure

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!
Quote Reply
Re: [Andy] Modifying $IN variables? In reply to
Again, the docs are your friend:

GT::CGI

$IN->param('Description', lc($IN->param('Description')));

Ivan
-----
Iyengar Yoga Resources / GT Plugins