Hi all,
wondering if does exists a mysql to html table function or class written in
PHP.
something like.
createtable($qu ery,fieldname1, fieldname2,fiel dname3,[fieldname4,fiel dname5]);
the last parameter would be a link (first param = text to show, second param
= link).
It would help to have one of those...
If it doesn't exist, what would you see in such function or class ? Do you
preffer a class of function ?
at first, I may think of allowing creating the title line, add link or
images...but what else ?
Thanks for helping.
wondering if does exists a mysql to html table function or class written in
PHP.
something like.
createtable($qu ery,fieldname1, fieldname2,fiel dname3,[fieldname4,fiel dname5]);
the last parameter would be a link (first param = text to show, second param
= link).
It would help to have one of those...
If it doesn't exist, what would you see in such function or class ? Do you
preffer a class of function ?
at first, I may think of allowing creating the title line, add link or
images...but what else ?
Thanks for helping.
Comment