0
can php be mixed with javascript? phpJa?
We was passing some ideas around and was thinking about mixing php with JavaScript. Is that possible and if so what we use it for? Any suggestions?
2 Antworten
+ 1
Actually you cannot mix JavaScript and PHP directly. You need Ajax, to do this thing. Ajax is not a new language but it comes with jQuery. jQuery is a framework of JavaScript. It used to send data from client to server.
0
Php works in the server side and javascript mainly in client side, on browsers.