0

Should i learn SQL after php

I've learned PHP and i know that i have to make project to improve my knowledge but i really can't think of a php project that doesn't need a database, every idea i have needs a database...so does php enough to create websites? If so , plz any idea for project to practice on it...this will be very helpful

29th Jan 2021, 5:26 PM
Djaber Meghar
Djaber Meghar - avatar
1 Odpowiedź
+ 2
SQL is a useful skill to have as a web developer but it is not needed for every website. Some PHP websites make use of NoSQL databases e.g MongoDB. There are many PHP websites that don't use SQL( or even databases) at all. Examples of PHP topics you cam learn without knowledge of database include 1. File based I/O 2. Date and Time 3. PCRE Regular Expressions 4. OOP 5. Sessions and Cookies And there are tons of project ideas on this topics.
29th Jan 2021, 6:47 PM
Ore
Ore - avatar