Please anyone guide in which order should i learn php so i can get a job? I know its syntax and MySql, I know how to create, read, update, delete database from PHP. What should i learn after?
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
I would say convert POST forms to JSON and JSON to mySQL datasets, and mySQL datasets to JSON. This at least allows you to create API end points.
I would look at Laravel framework. Personally not a fan but there is a large user base and plenty of work in it.
Learn OOP PHP. It is a good into to OOP in general and will help if you want to switch to C# or Java.
Check this out:
github.com/thecodeholic/php-develo...