i researching converting php/mysql web application have, stand alone desktop application using nw.js (node-webkit), php-webkit, , sqlite3 db in place of mysql.
i have installed necessary components establish sqlite3 connection , retrieve values database using similar examples ones found here: https://www.npmjs.com/package/sqlite3
the sqlite connection , retrieval of data works fine via javascript examples.
although when try connect same database 1 of php pages, no results produced.
is not possible connect , retrieve info sqlite3 db php pages within node webkit project running php-webkit? has accomplished this, or trying not possible?
i author of php-webkit. php packaged copy of sqlite , php-webkit works this. if having issues make sure copy of php included has sqlite extension , sqlite enabled in php.ini. connecting stand alone copy of sqlite should possible sqlite php extension. here examples of connecting sqlite php.
Comments
Post a Comment