Page 1 of 1

flash builder/wamp data insertion problem

Posted: Tue Dec 01, 2009 8:30 am
by bobba
Hello,

I am new to the groups and to PHP. I use php as part of a wamp setup on windwows 7, and it accepts data from a flash builder 4 (which is a beta) application that I am developing locally on my machine. Flash Builder includes zend framework to facilitate data transfer, so this is in the mix. Something very odd is happening -- when I do a test run with sample data that I input into the application, the first 8 data entries are accepted correctly and show up in the database when I view it my phpMyAdmin tool, but the last 25 entries do not show up -- they all display as zeroes. The particularly strange thing is that I am running the exact same code on two (windows 7 64 bit) machines, and it works perfectly on my other machine. So I doubt that it is the Flash builder code or the php code per se. I belioeve that I also set up wamp in the exact same way on both machines.

Any ideas on what might be happening, or what I could look at to troubleshot this? I'm stuck.

Thank you!