DaveS
1
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
Abbie
2
use the same url params but use js to get the passed values and insert those values into the td innerhtml
1 Like
Tim
3
Lifeboat can install PHP onto the Aws instance I helped you set up.
1 Like
DaveS
4
Thanks to Tim, I got PHP installed using Lifeboat, now to just update the PHP script I wrote years ago
1 Like