While debating what extension pages should be i thought, why not just embed a PHP script?
PHP is the server side process right? What is seen on the page is the HTML output.....
So why not just change it?
So website A that doesnt support hosting, can run PHP scripts.
All the PHP interpreting leg work is being done by website B.
So... Website A has a html user input, sending it to website B
Website B gets the input and does PHP process,
sends it back to website A
Excuse my over usage of "website" i know it is not the correct terminology
If this was to work, wouldnt loading times would be slower?
This is not really bad for small PHP scripts but for things like forums it might make a diffrence.
Also is it possible to install a PHPbb forum on a webhost that doesnt support PHP?
And finally is it possible to "install" a PHP interpreter on a webhost that doesnt have PHP already?
PHP is the server side process right? What is seen on the page is the HTML output.....
So why not just change it?
So website A that doesnt support hosting, can run PHP scripts.
All the PHP interpreting leg work is being done by website B.
So... Website A has a html user input, sending it to website B
Website B gets the input and does PHP process,
sends it back to website A
Excuse my over usage of "website" i know it is not the correct terminology
If this was to work, wouldnt loading times would be slower?
This is not really bad for small PHP scripts but for things like forums it might make a diffrence.
Also is it possible to install a PHPbb forum on a webhost that doesnt support PHP?
And finally is it possible to "install" a PHP interpreter on a webhost that doesnt have PHP already?
