Connecting to a SQLite database with PHP

preview_player
Показать описание
In this video we show you how to make a connection to a SQLite database with PHP Data Objects (PDO) and run a SQL query. We show you some tips for displaying the data to make it readable for development

This video is part of a little playlist, which you can view here
Рекомендации по теме
Комментарии
Автор

Very helpful, I am just thinking a desktop application...

pinakiwb
Автор

Thank you this has been of a lot of help!
I just have a question, now that I'm printing using print_r, how can I just print without showing all those Arrays format (see below).
I basically wanna store aircraft_ids (the column name in my database) and print it later. Thank you so much in advance!!
Array
(
[0] => Array
(
[aircraft_id] => ABCD
)

seifeldeenabdelwahed
Автор

thank your for the amazing video but i have an question that i have encountered an "Uncaught PDOException" named as could not find driver how can i solved it what is the possibility to remove the error?

naveedsiddiqui
Автор

I need to be able to use sqlite to save text with inverted commas ' and simple commas, - how do I do this

DeclanOKaneMD
Автор

How to upload a sqlite database when hosting

deroqueaj