Explain how can PHP and Javascript interact?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Junior Developer PHP Job Interview Questions And Answers