[PHP-DB] PDF data extract

2006-02-24 Thread Philip Pryce
i want to extract all the xml data that is at the bottom of all pdf's (it will be only ones i create so i know that information will be there) the xml is like this dc:title rdf:Alt rdf:li xml:lang=x-default{*TITLE*}/rdf:li /rdf:Alt /dc:title

RE: [PHP-DB] Query select value on MAX Date

2006-02-24 Thread Nur_Adman
Dear All, I have table like this : Id | Category | Date| Value 1 | A | 2005-02-21 | 2000 2 | A | 2004-01-21 | 3000 3 | B |

FW: [PHP-DB] Query select value on MAX Date

2006-02-24 Thread Nur_Adman
Dear All, Sorry, I wrote the wrong result. The result I wanna get is : Id | Category | Date| Value 1 | A | 2005-02-21 | 2000 3 | B | 2006-01-20 | 4000