Hello, everyone, I am looking into learning PHP Development, what are some good resources to learn PHP. I already know Python but I want to move up in the world of coding.
I'm not an expert at programming php or anything, but I found just analyzing open source projects really helped me learn the basics. For more advanced stuff, I'd probably recommend codecademy although there's probably some better alternatives (its just what i used and it worked great for me)
I agree with namajef32, open source projects are a great way to dive into a new language. You can search by programming language on Github. For PHP, I would keep a tab open on the documentation site to refer to as needed.
I don't think Codecademy even has a PHP course anymore, I'm pretty sure it's obsolete. You can probably still find it by direct linking to it though. Failing that, take a look at w3schools. As above, it's impossible to grab PHP code from a web source that isn't open sourced simply because it runs in the server so why not take a look at some git repositories or play around with PHP scripting in bash since you can run PHP scripts through that.
m3lusine Wrote: I agree with namajef32, open source projects are a great way to dive into a new language. You can search by programming language on Github. For PHP, I would keep a tab open on the documentation site to refer to as needed.
Okay thanks
19-11-2018, 10:58 AM
Bluman Wrote: I don't think Codecademy even has a PHP course anymore, I'm pretty sure it's obsolete. You can probably still find it by direct linking to it though. Failing that, take a look at w3schools. As above, it's impossible to grab PHP code from a web source that isn't open sourced simply because it runs in the server so why not take a look at some git repositories or play around with PHP scripting in bash since you can run PHP scripts through that.
I know it is impossible to grab PHP code from a web source, I've done some PHP but not enough to be able to learn it properly, thanks I will check out w3schools.