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
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
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
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).
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).
thanks everyone who helped me by giving answers.!!
-
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
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
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
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