Back to it again. You have all been helpful in the past so i'm hoping that you can help me once more...
In the past i had a problem with commas and was given code how to fix it so it would replace the comma with the code for a comma...
$dob =~ s/,/,/g;
$best =~ s/,/,/g;
$worst =~...
i am working on my fist website using css. i am doing ok so far but i am having some trouble on the navigation bars. There are two horizontal bars. The bottom should be blank until i put my mouse over something on the top. then i want the bottom bar to show the sub pages of the top button.
I am...
Is there a way to limit the number of words allowed? I am able to limit the number of characters but not sure how (or if it is possible) to limit the number of words.
i have a 3 case if else system that decides on which user type a person is. The only thing that i could find to automatically submit the form is...
if ($match == 3)
{
print "<FORM ACTION=admin.pl METHOD='AutoPOST' NAME='sendtoadmin'>";
print "<INPUT TYPE='hidden' NAME='pin' VALUE=$pin>"...
I have a logoff on my perl file but if somebody else was to go to the history or hit the back button it just lets them back into the account. Is there any way to stop this? I am using really simple code so i'm not too hopefull. You can view the page at http://www.match.nnysitedesigns.net/
I am in the middle of writing a pearl program for my High School year book staff that allows them to collect the Senior will and Index's throught the internet to speed up the process. I have a systen setup so that each senior has their own login and then the administrator has a log in that gives...
I am writing a program to find the mode of a group of numbers. I want to send a string of numbers from gerdata.pl to save.pl.
This is the form code from getdata.pl
#-----------------------------------------------------------
print"<TABLE>
<FORM ACTION=save.pl METHOD='post'>
<INPUT...
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.