how to create a submit button in perl?

2003-06-06 Thread Annie
hi i need to create a submit button on one of my web page and i need the code to create that in perl? can anyone help me!! - Do you Yahoo!? Free online calendar with sync to Outlook(TM).

how to check that we are getting something from form?

2003-06-06 Thread Annie
i want to know how i can check if my textfields are receiving some string of data and the user has not pressed just the submit button without typing anything in the text field. - Do you Yahoo!? Free online calendar with sync to Outlook(TM).

need help in desinging login page and connecting it with database

2003-06-01 Thread Annie
1. Need to send the userid and password from the login form to the "emprec " table in database and verify id and password. (id is first name and passwd is lastname). 2.After verification of the userid & password, the other fields record should be retrieved and displayed as a webpage. can anyone

connectivity b/w a form in html and database using perl

2003-06-02 Thread Annie
I have a form with two textfields ..one for login and one for password and two buttons reset and submit. on submit i need to verify the login and password from a table in mysql and want to retrieve the corresponding information of the verified id and password. right now my perl code is able to r

how to compare to string variables

2003-06-04 Thread Annie
I have two strings which I am receiving from two text fields in a form. I want to compare these... $a2='Lambott' $a3='Lambott' can anyone tell me how i can compare that the string inside a2 and a3 is similar. thanks - Do you Yahoo!? Free online calendar with syn

thanks for replying for how to compare string variables

2003-06-05 Thread Annie
thanks everyone who helped me by giving answers.!! - Do you Yahoo!? Free online calendar with sync to Outlook(TM).

want to verify the data coming from a form with the data in database

2003-06-09 Thread Annie
i have a perl file which is receiving the data from a form...and i want to verify the two fields $a2 and $a1 i m receiving from form to be checked in a table in database( using mysql)...and then if the data is verified in any of the row of the tablethe corresponding whole row data should be

Re: want to verify the data coming from a form with the data in database

2003-06-10 Thread Annie
y $statementhandle = $dbhandle->prepare($query); $statementhandle->execute; while (($lastname, $firstname, $age, $address) = $statmenthandle->fetchrow()){ print ; } Without forgetting all the die statements! HTH Dave On Tuesday, June 10, 2003, at 07:40 am, Annie wrote: > i have a

how can i put background image in perl code

2003-06-12 Thread Annie
I want to put an image repeated vertically on the left side of my web page using perl code. the css file has the code as follows and the file i want to put vertically is say "p.gif". I have included the file in perl code and its working for all of the stuff in the main.css but not for background