Run PHP client side

php

Solution

I think what you want is JavaScript. PHP is meant for server-side and JavaScript is meant for client side, among other things.

Problem

Is it possible to launch a PHP script, client side, using an HTML web page? If not, is there a way to embed the PHP into the HTML so it can run client side?

Original source

Related problems