SQLite question - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: SQLite question (
/showthread.php?tid=618414)
SQLite question -
AndreiWow - 05.10.2016
If my script is not mysql, can I still show some things on the website?
Example the houses are saved in sqlite, can they be showed on a website? Example show the houses that are for sale, or owned houses.
Re: SQLite question -
Banditul18 - 05.10.2016
Nope, only if the website have direct acces to the database , andd by direct acces i mean its in same host
Re: SQLite question -
AndreiWow - 05.10.2016
On same FTP?
Re: SQLite question -
Jayse - 05.10.2016
If your website is hosted in the same VPS as the server, then yes you can. Otherwise, it might be possible, but I assure you it won't be performance friendly nor easy.