My web hosting plan does not include a database. Is there a way i can get around this? Like upload a .sql file or ms access db into my server and connect to it using php?
Neon Tetras 24 Newbie Poster
Recommended Answers
Jump to PostHi,
starting from PHP 5.3, SQLite3 is enabled by default, this would allow you to create an sqlite file and connect to it:
- http://php.net/manual/en/book.sqlite3.php
- using PDO:
Jump to PostAlso check out pritaeas' code snippet on DW: https://www.daniweb.com/web-development/php/code/442441/using-phpsqlite3-with-error-checking
All 5 Replies
cereal 1,524 Nearly a Senior Poster Featured Poster
daniel160wong 0 Newbie Poster

diafol
Neon Tetras 24 Newbie Poster
cereal 1,524 Nearly a Senior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.