Re: [PHP] help with form

2004-01-17 Thread Justin French
On Sunday, January 18, 2004, at 01:39 PM, eawilkes wrote: I'm creating a form that puts data into two different tables in the database. I was wondering how to get the "ID" from the first table and, in the "background", associate it with the second table? any help is GREATLY appreciated! Check

Re: [PHP] help with form

2004-01-17 Thread daniel
> I'm creating a form that puts data into two different tables in the > database. I was wondering how to get the "ID" from the first table > and, in the "background", associate it with the second table? > > any help is GREATLY appreciated! > Firstly you never said which db ? I'll assume mysql, ch

[PHP] help with form

2004-01-17 Thread eawilkes
I'm creating a form that puts data into two different tables in the database. I was wondering how to get the "ID" from the first table and, in the "background", associate it with the second table? any help is GREATLY appreciated! -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Help With Form Mail

2003-02-11 Thread Marek Kilimajer
mail($mailto, $mailsubj, $msg, $mailheader); - where does $mailto come from? WAW wrote: Hello All, I have a problem. I did this form mail script and it is sending the email to the poster not the email specified in the $mailto. Can someone help me. Sorry it will be long, the code that is: CODE

[PHP] Help With Form Mail

2003-02-11 Thread WAW
Hello All, I have a problem. I did this form mail script and it is sending the email to the poster not the email specified in the $mailto. Can someone help me. Sorry it will be long, the code that is: CODE: Email Sent Successfully!!! The Following E-Mail Has Been Sent Successfully: Your Name:

Re: [PHP] help with form adding to database!!

2003-01-03 Thread Marek Kilimajer
|$sql = "INSERT into $table_name (f_name, l_name, username, password) Values ('$f_name', '$l_name', '$username', '$password')";| notice the single quotes Karl James wrote: Hey guys, I cant figure out what’s wrong with this code. Im sure its syntax can some one take a look at it and Help me ou

[PHP] help with form adding to database!!

2003-01-02 Thread Karl James
Hey guys, I cant figure out what’s wrong with this code. Im sure its syntax can some one take a look at it and Help me out What im trying to do is create a form for sign up. So that the values will be added to the table in the databse.. For log in purposes. Thanks Karl Here is the code.

Re: [PHP] Help with form

2002-11-09 Thread @ Edwin
Hello, "Karl James" <[EMAIL PROTECTED]> wrote: > http://www.ultimatefootballleague.com/Create_Account.htm > > Im Trying to create this form so that this will give you access to login > Team action page > Where you can do the add/drops Trades and submit starters.. I suggest you try something simp

Re: [PHP] Help with form

2002-11-09 Thread Paul Roberts
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 09, 2002 12:44 AM Subject: [PHP] Help with form http://www.ultimatefootballleague.com/Create_Account.htm Im Trying to create this form so that this will give you access to login Team action page Where you can do the add/drops

[PHP] Help with form

2002-11-09 Thread Karl James
http://www.ultimatefootballleague.com/Create_Account.htm Im Trying to create this form so that this will give you access to login Team action page Where you can do the add/drops Trades and submit starters.. SO what im trying to do on this form is have the results mailed to me in my in box and

[PHP] Help with form validate script and the way it handles redirections.

2002-03-11 Thread jhj hjhjhj
Hey People: I made a form validator script, it redirects you back to the page you were before if you have an error. To do this iam putting a hidden entry that is $REQUEST_URI . So if the script needs to redirect you back itll do this: header("Location: ?$reference&message=another_message");