[PHP] my first PHP...posting in forms

2003-06-24 Thread Wilbert Enserink
hi All, I got this simple form. Input is submitted using POST to another script. In this other script the variables/values pairs are used. I tested these scripts on several ISP's, no problem everything goes fine. Now I migrate the scripts to a different ISP, and voila, the input fields are not

Re: [PHP] my first PHP...posting in forms

2003-06-24 Thread Robert Cummings
Register globals is probably off. This is old news, keep up to date by reading hte release documents. Cheers, ROb. Wilbert Enserink wrote: hi All, I got this simple form. Input is submitted using POST to another script. In this other script the variables/values pairs are used. I tested