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

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

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

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
why don't you submit it to a php script (instead of using the mailto ) and get mail() to email it to you, you could also process it and save the info somewhere. Paul Roberts [EMAIL PROTECTED] - Original Message - From: "Karl James" <[EMAIL PROTECTED]> To: <[EMAI