RE: [PHP-INSTALL] Persistant Undefined Index Error with php/mysql

2004-07-03 Thread Hari Bhanujan
Instead of straight passing through to the variable, Use a sql statement $s=" Select first_name...from"; $s.=" .."; Once this is done Use an array to store values selected Eg : $firstname='first_name' echo $firstname.. see if this works -Original Message- From: Monique Verrier [mailto:

Re: [PHP-INSTALL] Persistant Undefined Index Error with php/mysql

2004-07-03 Thread zareef ahmed
Hi, In your form you should have fields with these names(i.e. first_name, last_name etc.) and method attribute of form should be set to post. zareef ahmed --- Monique Verrier <[EMAIL PROTECTED]> wrote: > Hi! > > I am hoping that someone can be of help. I think > that there may be a > pr