What it the best practices with for example Dom scripting on the client and serverside with php.
What should you do with dom and what with php, can I skip installing php and do everything with dom as with php?
What it the best practices with for example Dom scripting on the client and
Share
Short answer: no, you cannot skip PHP. With DOM you won’t get any data from database etc.