View Single Post
Old 01-22-2008, 06:12 PM   #9 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Thanks!!!

I got a question though about your code there..
I suck at those.. preg_replace and that..

And I know I should read about it in some tutorial.. but I just don't.. understand it :(

So could someone please explain this to me:
PHP Code:
preg_match_all('~<td[\swidth=20%]*>([^<]+):</td><td>([^<]+)</td>~i'$szContent$aMatches); 
Also, how would I make an image out of it?
If you go to this site:
Tibia - Character Image

And enter "Mortis Dominus" as character.. you'll get an image.
Also, that image is updated every 10 minutes, how would I achieve that?

Thanks alot!
Tanax is offline  
Reply With Quote