dear all,
i manage to use curl to read content of html and store in database.
What i need now is to covert it into xml.
any idea how should i break down the html tag and convert into xml?
Thanks for any help
Search found 3 matches
- Sat Feb 14, 2009 6:39 am
- Forum: PHP - Code
- Topic: html to xml
- Replies: 0
- Views: 282
- Fri Feb 13, 2009 5:58 pm
- Forum: PHP - Code
- Topic: using httprequest to store html page into mysql db
- Replies: 2
- Views: 417
Re: using httprequest to store html page into mysql db
thanks Reviresco.
the information is useful and enough for me to start off
the information is useful and enough for me to start off
- Fri Feb 13, 2009 8:51 am
- Forum: PHP - Code
- Topic: using httprequest to store html page into mysql db
- Replies: 2
- Views: 417
using httprequest to store html page into mysql db
Dear All, I am very new to php programming and mysql. I have searched through the web but cant find the right answer. Can anyone tell me how to read html page from website and store in database? I believe using httprequest should be the answer but how can I read and store it in db? Thanks in advance...