Now I don't know PHP or how exactly it fits into HTML, but I had an idea that you could run a PHP script in a Stack Snippet. Is this true, and if so could you give some examples?
This is impossible. PHP is server-side, but snippets are client-side. |
|||||||||||||
|
Perhaps, if somebody added a PHP-to-Javascript converter like the other converters shown here, it could be possible. It would most likely be only a partial solution capable of only a subset of PHP's features, if ever implemented, since some wouldn't be possible. |
|||
|