I have a blank application that i am using as a confirmation page. I want to add HTML formatting to the output data. Is there a way to do it without using echo tags? Can I use standard HTML?
Re: How to add HTML formatting to a blank application
echo is the standard way of outputting data from php to your browser. But if you want to ouput your data onto a form containing a labelfield then this label it will display the data with the html formatting (there’s a property to set).