Junior PHP Developer Question:
Download Job Interview Questions and Answers PDF
Explain how can PHP and Javascript interact?
Answer:
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.
Download Junior PHP Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me how to find current date and time? | Explain me what is the meaning of a Persistent Cookie? |