0
Ways to output something using php.
Hello.I would like to know some more was to write script output to html document. I already know echo statement, but it always write only to position the php script is written at. What can I do if I want to edit e.g. first row of the table after I write the second row? I know that this is bad example but consider that I simply MUST wrote the second row before editting the first row.
1 Answer
+ 3
Hopefully this PHP code could make you understand relationship between PHP variables and HTML
https://code.sololearn.com/w8hV43qp7A5u/?ref=app