Re: [PHP] Variable $_POST vars?

2005-12-11 Thread The.Rock
But when I tried your idea, it errors out with a PHP parse error. I agree with you about it being semantically the same, however it doesn't work. go figure "Robert Cummings" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, 2005-12-11 at 02:03, T

Re: [PHP] Variable $_POST vars?

2005-12-11 Thread The.Rock
n message news:[EMAIL PROTECTED] > On Sun, 2005-12-11 at 00:41, Robert Cummings wrote: >> On Sun, 2005-12-11 at 00:27, The.Rock wrote: >> > Here is an example of one of the fields: >> > >> > >> > I'm looping thru this form several times, so each time

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
n message news:[EMAIL PROTECTED] > On Sun, 2005-12-11 at 00:41, Robert Cummings wrote: >> On Sun, 2005-12-11 at 00:27, The.Rock wrote: >> > Here is an example of one of the fields: >> > >> > >> > I'm looping thru this form several times, so each time

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
n message news:[EMAIL PROTECTED] > On Sun, 2005-12-11 at 00:41, Robert Cummings wrote: >> On Sun, 2005-12-11 at 00:27, The.Rock wrote: >> > Here is an example of one of the fields: >> > >> > >> > I'm looping thru this form several times, so each time

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
message news:[EMAIL PROTECTED] > On Sun, 2005-12-11 at 00:41, Robert Cummings wrote: >> On Sun, 2005-12-11 at 00:27, The.Rock wrote: >> > Here is an example of one of the fields: >> > >> > >> > I'm looping thru this form several times, so each time

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
I tried that, and every combination thereafter. All I get is the following: "PHP Parse error: parse error, unexpected" I tried! "Robert Cummings" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, 2005-12-11 at 00:27, The.Rock wrote: >&g

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
7;]; > > $var would then be an array accessed the same way you would access it > normally. > > Does that make sense.? > > On 12/10/05 9:27 PM, "The.Rock" <[EMAIL PROTECTED]> wrote: > >> Here is an example of one of the fields: >> >> >>

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
Here is an example of one of the fields: I'm looping thru this form several times, so each time the name gets incremented. Do you have an example of what your talking about? "Stephen Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/10/05 9:0

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
Here is an example of one of the fields: I'm looping thru this form several times, so each time the name gets incremented. Do you have an example of what your talking about? "Stephen Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/10/05 9:0

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
Here is an example of one of the fields: I'm looping thru this form several times, so each time the name gets incremented. Do you have an example of what your talking about? "Stephen Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/10/05 9:0

Re: [PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
Here is an example of one of the fields: I'm looping thru this form several times, so each time the name gets incremented. Do you have an example of what your talking about? "Stephen Johnson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/10/05 9:0

[PHP] Variable $_POST vars?

2005-12-10 Thread The.Rock
Is there a way to do this? $var = $_POST["$var"]; I have a form that submits data, except the name of each input field is incrementing. So I need to increment the $_POST var. Any ideas? I can't seem to get anything to work Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe

[PHP] Re: Sessions not working.

2004-02-01 Thread The.Rock
If your on IIS, you need to set the session.save_path option in php.ini file. Then make sure that IIS can actually write to the directory. "Jeff McKeon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Pulling my hair out here. I've got an IIS5 webserver running a php website just fine

[PHP] Re: Connect Active Directory using LDAP... please help :)

2003-07-07 Thread The.Rock
Try this and see if it works. I had the same problem until I did a little reading. I had to use [EMAIL PROTECTED] as username then I didn't get the credential errors anymore. hope this helps, its very basic but hopefully it gets you started. * Config.php** **

[PHP] Question

2003-07-06 Thread The.Rock
When is the relase date for php 5? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php