Hi, whats the easiest way to create an image from a
in PHP? (Source of table content is a mysql query). Many thanks.
2006-08-21
04:00:38
·
3 answers
·
asked by
Zürich
1
in
Computers & Internet
➔ Programming & Design
3 answers
The only way to create a jpg or gif would be to manually create it using the image libraries if you have GD and the other things you need compiled in to PHP (see http://us3.php.net/manual/en/ref.image.php ). There is no way to create the HTML and just turn that right into an image using PHP. You may be able to do something using XML, XSL, XSLT and XML-FO. You can find out more about these techs at the W3C site http://www.w3schools.com/xml/
2006-08-21 04:33:58
·
answer #1
·
answered by John J 6
·
0⤊
0⤋
Why do you need a HTML table is you have the database? There's no need to involve an extra medium. Just grab the data from the database and generate the image...
2006-08-22 10:16:28
·
answer #2
·
answered by NC 7
·
0⤊
0⤋
I dont know that can help you but try to read this:
http://builder.com.com/5100-6371-5092227.html
if you want another thing serach with more specific term or the best way search in the php manual
http://www.php.net/download-docs.php
2006-08-21 04:17:09
·
answer #3
·
answered by Ana 6
·
0⤊
0⤋
fedest.com, questions and answers