flash builder/wamp data insertion problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bobba
Forum Newbie
Posts: 2
Joined: Tue Dec 01, 2009 8:22 am

flash builder/wamp data insertion problem

Post 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!
Post Reply