Jump to content

Tags to display my PHP & Also exporting to a PDF


Gilly79

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.