Answers

Question and Answer:

  Home  Junior PHP Developer

⟩ Explain how can PHP and Javascript interact?

PHP and Javascript cannot directly interacts since PHP is a server side language and Javascript is a client side language. However we can exchange variables since PHP is able to generate Javascript code to be executed by the browser and it is possible to pass specific variables back to PHP via the URL.

 199 views

More Questions for you: