[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGi SCripts not working? IP Address
- Subject: Re: [cobalt-users] CGi SCripts not working? IP Address
- From: "Clint Decker" <nim1998@xxxxxxx>
- Date: Thu Oct 26 01:52:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Humm.. Interesting. That helped out a lot.
Here's another question....
When I used the standard script formmail.pl (from matts script archive), I
normally (on my other servers) use the command $Form{$field} to display the
users input from a form within the cgi, like on the thank you page, or the
email that gets sent. Well on the Raq3... it doesnt show up... The script
works, but where ever I have $Form{$field}, their input doesnt show up
there... Since this didnt work, my only way around it was to use the normal
$Config{'field'} and then manually add the field name somewhere else in the
script. But this is a pain because I have other scripts that I will be
needing to use that have MASS new fields.. etc.
Any reason why this wouldnt work?
If you need the script... here it is:
http://www.anti-agingconnection.com/dev-cgi/tellafriend.txt
(acutally http://www.anti-agingconnection.com/dev-cgi/tellafriend.pl )
Thanks,
Clint Decker
also.. another real quick question. I am trying to upload an image in a
folder that can only be accessed by root, and I dont know how to upload in
telnet... is it even possible? if so.. whats the command?