Re: [PHP] $_POST array not being populated

2005-01-18 Thread Richard Lynch
Bennie Foreman wrote: > Hi, > I am new to the PHP world so don't give me too much grief if this has a > simple solution. My problem is that the $_POST array is not being > populated. I have created a form and the method of that form is "POST". > I > have started the session using session_start()

Re: [PHP] $_POST array not being populated

2005-01-17 Thread Jochem Maas
Jay Blanchard wrote: [snip] I am new to the PHP world so don't give me too much grief if this has a simple solution. My problem is that the $_POST array is not being populated. I have created a form and the method of that form is "POST". I have started the session using session_start() but sti

RE: [PHP] $_POST array not being populated

2005-01-17 Thread Jay Blanchard
[snip] I am new to the PHP world so don't give me too much grief if this has a simple solution. My problem is that the $_POST array is not being populated. I have created a form and the method of that form is "POST". I have started the session using session_start() but still nothing. When I