Alright, doesn't look like there's been much activity in here, so maybe there's a better way to do this now. But, we've currently got a Flex project and we need to read/write to an SQLite database and I remembered using AMFPHP in the past, but last time I used MySQL.
Anyway, I got AMFPHP set up, built my php service, but I can't figure out what call to use to open the db. I was using the code from the sample at:
http://php.net/manual/en/sqlite3.open.php but, that isn't recognized by AMFPHP and I get the following error: Fatal error: Call to undefined method sqLiteTestService::sqlite_open() in C:\xampp\htdocs\Amfphp\Services\sqLiteTestService.php on line 25
Anyone know what the right call is, or, if there's a better way to do this, I'd love to hear it.
Thanks!!