Hello,
I am totally new to PHP...started working on it a week back.
I am looking for a innerHTML equivalent in PHP. I need to create a web page with a "Add row" button which when clicked would add 1 blank row on the screen with "remove" button infront of it. Clicking on "remove" would delete this newly added row.
How this can be done with PHP?