u214 Posted September 3, 2011 Share Posted September 3, 2011 I wasn't sure where to ask this question, so I decided to ask here since it might require PHP alone to do the job. So, I recently changed from MySQL to SQLite ( Speed performance in the servers I run. (Not websites) ), so I was wondering if its possible to retrieve info from SQLite DB and display it on the website. I know how to do it with MySQL. The SQLite DB is located on an FTP server, so I will use ftp functions to get the data. So, if It's possible, can ya give me a small example on how to achieve this? Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/246328-sqlite-website/ Share on other sites More sharing options...
trq Posted September 3, 2011 Share Posted September 3, 2011 Did you try looking at the manual?. See sqlite. You can't connect to a remote sqlite database unless you mount the drive it is on locally. Quote Link to comment https://forums.phpfreaks.com/topic/246328-sqlite-website/#findComment-1264991 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.