RE: [PHP] manage Form data

2002-11-20 Thread John W. Holmes
> -Original Message- > From: ??? ?ta? [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 8:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP] manage Form data > > I want to sumbit data from a form and then view the data and then send it > to the data base... That's awesom

Re: [PHP] manage Form data

2002-11-20 Thread @ Edwin
Hello, "??? ?ta?" <[EMAIL PROTECTED]> wrote: > Can you show me an example? I already tried that but it doesn't work... Please don't get me wrong but... Saying that "it doesn't work..." doesn't work either. You have to at least help others to help you. Show some codes, error messages, et

Re: [PHP] manage Form data

2002-11-20 Thread Jason Wong
On Wednesday 20 November 2002 22:06, ??? ?ta? wrote: > Can you show me an example? I already tried that but it doesn't work... For an example, try the simple tutorial available on the PHP website. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integ

Re: [PHP] manage Form data

2002-11-20 Thread ??????? ?????ta?
Can you show me an example? I already tried that but it doesn't work... - Original Message - From: "JohnMeyer" <[EMAIL PROTECTED]> To: "??? ?ta?" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 3:55 PM Subject:

Re: [PHP] manage Form data

2002-11-20 Thread JohnMeyer
At 03:52 PM 11/20/2002 +0200, ??? ?ta? wrote: I want to sumbit data from a form and then view the data and then send it to the data base... Okay, send it to an intermediate page which has a form with hidden values representing all of the data, show the data on the page, and then have