+ 1
Do i need to master JavaScript to learn php
Do I need to master JavaScript to learn php or I only need some basics my target is to create a site where by user store/save data on it and other users search for the same data
3 ответов
+ 2
You don't have to learned JavaScript before php
But for web developing you must learn JavaScript or (jquery)
For example
for sending data from HTML to php you can use ajax
When you use ajax you dont need to reload all the page
For using ajax you must learned jQuery or JavaScript
jQuery is better for ajax
+ 1
Javascript (or jQuery) and PHP are different in syntaxes and functionality. Learning Javascript doesn't help much in learning PHP, vice versa. IMHO you can learn PHP without learning Javascript first.
+ 1
Thank u