Creating an INSERT form to add records - PHP and SQLITE

preview_player
Показать описание
In this lesson we show you how to create a basic HTML form to insert records into a database table.
Рекомендации по теме
Комментарии
Автор

This is singlehandedly one of the best tutorial series I have watched, thank you so much for your knowledge and your time. Quite literally exactly what I needed and the way you explain things is both concise and thorough. I like your voice btw, had a look at your channel, nice thumbnails too! subscribed and keep it up :]

LiteralHatReloaded
Автор

First of all, thank you for this well-articulated tutorial. I have one remaining question though: How can we add a simple search mechanism to the master page, where users can type in a name to look for specific records? I have a fundamental understanding of PHP and SQL, so I would be grateful if you could at least show me the way :)

ommerable
Автор

I getting a problem.

<?php
try {

$db = new

} catch (PDOException $e) {
echo $e->getMessage();
}
?>

after write this lines, no sqlite file have been created and in browser shows one message "could not find driver". Please help me to overcome this problem plz.
#TIA

azizulkarim