Gossamer Forum
Home : Products : Links 2.0 : Installation -- Windows :

Re: [fuzzy logic] Two days trying this... PLEASE HELP

Quote Reply
Re: [fuzzy logic] Two days trying this... PLEASE HELP In reply to
Not this?

Code:
use CGI qw/:standard/;
my $IN = new CGI;

if ($IN->param("pwd") ne "mrpants") {
die "you are not authorized to view this page";
}

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 Two days trying this... PLEASE HELP ging 5371 Nov 22, 2003, 12:07 PM
Thread Re: [ging] Two days trying this... PLEASE HELP
fuzzy logic 5328 Nov 23, 2003, 2:48 PM
Thread Re: [fuzzy logic] Two days trying this... PLEASE HELP
Andy 5320 Nov 24, 2003, 1:11 AM
Thread Re: [Andy] Two days trying this... PLEASE HELP
fuzzy logic 5306 Nov 24, 2003, 8:46 AM
Thread Re: [fuzzy logic] Two days trying this... PLEASE HELP
ging 5270 Nov 24, 2003, 12:02 PM
Thread Re: [ging] Two days trying this... PLEASE HELP
fuzzy logic 5269 Nov 24, 2003, 11:14 PM
Thread Re: [fuzzy logic] Two days trying this... PLEASE HELP
ging 5273 Nov 25, 2003, 2:18 AM
Thread Re: [ging] Two days trying this... PLEASE HELP
ging 5258 Nov 25, 2003, 7:55 AM
Post Re: [ging] Two days trying this... PLEASE HELP
ging 5242 Nov 29, 2003, 4:56 AM