Ive set up apache 2.0 to be run as a service on my computer, and i installed php to C:\php, modifying php.ini and putting it in c:\windows, and putting the php4ts.dll in the windows directory. i have set up php in apache's httpd.conf to work as a cgi binary, and then i restarted my server. when i try to run php pages however, no pages that use forms (because of post) work. they just dont send data to the other pages that handle them. i am using windows XP with php 4.2 and apache2. Please help me so that i can configure php to work properly and recieve data by the post protocol.
thanks