Hacker News new | ask | show | jobs
by quickthrower2 2646 days ago
I would master HTML first. Then move on to PHP and get to the point you can comfortable do some simple apps. I’m not a PHP guy but might be worth checking out PHP books at a store and see which one gels with you. First do PHP without a Database then once comfortable learn about Databases. Books on MySQL would be good here.

Later on move onto frameworks like Laravel.

I’d leave JS to last because it’s a whole different paradigm and I think with the PHP stuff alone you can create a useful web app.

Finally make sure you are learning modern PHP, get a book from 2018/19.

But with JS alone, in theory you can create an app but it’s more advanced.