[PHP] This is weird..whts the prob???

2004-11-05 Thread Aalee
Hi guys, Working on PHP ver 4.3.8 with register_globals turned OFF and Apache 1.3.31. MySQL ver 4.0.20a on winXP pro SP1. This script does not seems to work with the method of POST. When I change it to GET method the data is entered into the database, but with POST it does not. I have another

Re: [PHP] This is weird..whts the prob???

2004-11-05 Thread Brent Baisley
The code looks fine to me. You may want to look at the Apache access logs to see what is getting submitted to the server when you submit the form. Or you can use a network monitoring tool to see what the client is submitting. But, if you can't figure out what is causing the problem, just use

Re: [PHP] This is weird..whts the prob???

2004-11-05 Thread - Edwin -
Hi, On Fri, 5 Nov 2004 22:55:20 +1030 Aalee [EMAIL PROTECTED] wrote: Hi guys, Working on PHP ver 4.3.8 with register_globals turned OFF and Apache 1.3.31. MySQL ver 4.0.20a on winXP pro SP1. This script does not seems to work with the method of POST. When I change it to GET method the data

Re: [PHP] This is weird..whts the prob???

2004-11-05 Thread dgobrien
Add a phpinfo(); to the script and see what is getting passed to the page. That has worked wonders for me. -Dave From: Aalee [EMAIL PROTECTED] Date: 2004/11/05 Fri AM 07:25:20 EST To: [EMAIL PROTECTED] Subject: [PHP] This is weird..whts the prob??? Hi guys, Working on PHP ver 4.3.8