Gilly79 Posted March 22, 2010 Share Posted March 22, 2010 Hello Im really struggling to remember how to display returned PHP. I always seem to display my returned variables in tables and nothing else... I need to do a report with my returned PHP so a table is out of the question - can anyone tell me some display commands or some web links to code displays to help? Also I need ti be able to export this report to a PDF - I know thats not php - any ideas what controls somthing like that?? Thank you so much Link to comment https://forums.phpfreaks.com/topic/196166-tags-to-display-my-php-also-exporting-to-a-pdf/ Share on other sites More sharing options...
Psycho Posted March 22, 2010 Share Posted March 22, 2010 NOt sure what you mean exactly. echo and print are the common functions for outputting content to the browser. You are free to putput the content in any manner you want - in talbes or not. Just determine how you want your output and build your pages accordingly. As for PDF, you can use PHP to build PDF pages. Link to comment https://forums.phpfreaks.com/topic/196166-tags-to-display-my-php-also-exporting-to-a-pdf/#findComment-1030153 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.