I have a blob column with zips files (there are open office documents).
Can I unzip the files in the column without create the file? or i need to create the file first.
Is there a class with zip function that i can include in my script without a need to change the configuration in php.ini ?
I want to unzip just a file named content.xml is that possible?
And the last question is there an example of convert XML into HTML i didn't need something verry complex just few tags like <b> <table> <p> <font>
Can I unzip the files in the column without create the file? or i need to create the file first.
Is there a class with zip function that i can include in my script without a need to change the configuration in php.ini ?
I want to unzip just a file named content.xml is that possible?
And the last question is there an example of convert XML into HTML i didn't need something verry complex just few tags like <b> <table> <p> <font>
Comment