RE: [PHP] Re: post and variables

2005-11-10 Thread Robbert van Andel
Essentially, Ross, you can use $_POST variables as a regular associative array. $_POST values come from the posted values in a form. If you have a form element called table_name, and your form uses the post method (as opposed to the get method), your script would have $_POST['table_name'] availab

Re: [PHP] Re: post and variables

2005-11-10 Thread Jochem Maas
Ross wrote: Sorry I got confused. I am using variable variables. Disregard. ""Ross"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Thanks fpr all the feedback on the password but I have another one... How do I use $_POST with variables. Cant find an example of this anywhere o