Re: [PHP] how to insert data in mysql

2002-11-10 Thread @ Edwin
Hello, "Karl James" <[EMAIL PROTECTED]> wrote: > Hello > > I was wondering if anyone had a good tutorial on how > To insert data from a form I created to the managers > Table in my database. > > Im using mysql and php for this? > I googled for "how to insert data in mysql" and I found th

Re: [PHP] how to insert data in mysql

2002-11-10 Thread elybis
> Hello hello > > I was wondering if anyone had a good tutorial on how > To insert data from a form I created to the managers > Table in my database. > > Im using mysql and php for this? check out http://www.hotscripts.com/PHP/Tips_and_Tutorials/Database-Related/ there are some good and

Re: [PHP] how to insert data in mysql

2002-11-10 Thread Justin French
Start by reading all the pages in this section: http://www.php.net/manual/en/tutorial.php Particularly the forms one. Now you should know heaps about PHP, variables, forms, etc etc. Now you need to insert that data into mysql through a PHP script. There are hundreds of tutorials on this... Ke

[PHP] how to insert data in mysql

2002-11-10 Thread Karl James
Hello I was wondering if anyone had a good tutorial on how To insert data from a form I created to the managers Table in my database. Im using mysql and php for this?