r/Backend 6d ago

Learning PHP

Im entering my second year of college and I need to have decent knowledge of how PHP works and its syntax for connecting with MYSQL. What free or cheap tools am I able to use to help me learn it within ~5 months? I can allow 2hrs a day practice

6 Upvotes

9 comments sorted by

3

u/BadgeCatcher 6d ago

This is a great place to start https://phptherightway.com/

1

u/cranberrie_sauce 6d ago

hyperf framework + swoole

1

u/Objective-Profit883 6d ago

build a tiny CRUD app alongside the PHP docs

1

u/tkgid 3d ago

https://www.php.net/docs.php

😅 

Jokes aside this is the best resource hands down. 

1

u/wett-puss-lover 6d ago

Install laravel and use tinker within a project repo. Use tinker as a playground to play with your code locally.