I want to learn PHP and MySQL but I also seen that many programmers talk about Ruby and Laravel. So my question is what is best language to learn and use for creating simple CMS (user management 4 levels, forms for those users with different level of access and for simple statistic from those fields from form - mysql)?
(22-02-2016, 02:47 PM)greatlogix Wrote: I want to learn PHP and MySQL but I also seen that many programmers talk about Ruby and Laravel. So my question is what is best language to learn and use for creating simple CMS (user management 4 levels, forms for those users with different level of access and for simple statistic from those fields from form - mysql)?
Thank you in advance.
What do you already know programming wise?
It's all a matter of preference really. Everything you've suggested will do what you want it to well enough
In my opinion Ruby is not so performant when it comes to scalability. I have also read that Ruby popularity is going down at the moment. So not sure it's worth learning it.
learn html first then php and css. after that mysql.
There is tons of frameworks for creating cms faster. Step by step you will learn by searching.
Good luck
If you want to learn PHP don't learn a framework as you will never understand what is happening in the background. Look at learning PHP and then move onto learning OOP and build your own framework so you understand what is happening behind the scenes.