You will need the form data field name which the text is being passed to. Then you must have a parsing routine to prep the data, then after parsed, retrieve the data, and store it to a variable. Open a text log file and write it to the file. Close the file, then print some output.
>> will add...
Just recently when ever I go to a site which requires a user name and password, ie6 blinks around a little then says authorization failed before I even get a chance to type in my user name and password. Any one know what could be causing this problem. Thanks a million.
P.S. I am having to use...
Poking around with <STDIN>. Is this command only for command prompt type applications and not internet?
#! /usr/bin/perl
print ("What is your name?");
$name = <STDIN>;
($name); #removes new line character
print ("Hello, $name \n");
I am running this from my CGI bin on my...
Another suggestion which would make things alot less complicated would be to use double delimitation with 2 characters, one delimitation with a colon to separate members, another with a comma to separate sub information. You could also even throw in their password if you wanted to...
I am trying to detect if the user has entered any characters beside alpha numeric on a form.
This is what i have so far. I dump the form data field into a scalor called $field. Problem is that when I do type in alpha numeric it still thinks it is a special character. Any help is appreciated...
Kimberli,
I could probably help you out with a graphics area. I have written scripts for a graphics area on my site. Let me know and I could get you some script if I had more info.
<i>Its okay to dream.....</i>
Cool, yes, that is exactly what I need, thanks a million,and yes, I am posted in the java forum too, for server side.
Thanks <i>Its okay to dream.....</i>
Need to create javascript which will only allow alpha numeric input into the form. It will block special characters such as ",%'!" etc or any other non alpha numeric input.
Thanks for your help. <i>Its okay to dream.....</i>
Hello,
I need some script that will test to make sure that a person has only entered alpha-numeric data into a form and not any special characters such as ",%!'" etc
Basicly a person will fill out a form, which then will get parsed. I would like to test all the fields of the form...
I need to create thumbnails dynamically with perl. I have messed around but haven't been able to get consistent results. Images are jpgs,gifs. Is there a way to calculate on the fly what the height and width parameters of the images need to be? Thanks for help.
: )
<i>Its okay to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.