Home › Forums › Other › Which is better to learn? PHP & MySQL or JavaScript / jQuery › Re: Which is better to learn? PHP & MySQL or JavaScript / jQuery
Their both really good to learn
But I would say overall, PHP would be much more useful in more circumstances. PHP will help you understand most CMS’s code will help you style wordpress, save you a lot of time. (like the include(file.php or file.html) will let you insert html/php. Awsome for navigation links);
Problem with PHP is it’s server side, meaning it’s compiled into HTML so you need a server to test it out, if your on windows, I would recommend using Xampp as a nice portable webserver great for testing.
Jquery is awsome also, but it’s more of a, "let’s make things pretty" like slideshows, image zooming, Ajax, and more which are good and all but not as useful, if you don’t know PHP.