Modify HTML code using GET/PUT values

I have an old PHP script that I can’t run using PHP anymore (no server install)

isn’t there a simple way to use passed values in HTML code?

here is an example
<tr><td class=col1>Serial Number</td><td class=col2 colspan=2>$serial</td></tr>

I need to replace $serial with a value passed into the page

use the same url params but use js to get the passed values and insert those values into the td innerhtml

1 Like

Lifeboat can install PHP onto the Aws instance I helped you set up.

1 Like

Thanks to Tim, I got PHP installed using Lifeboat, now to just update the PHP script I wrote years ago

1 Like