Extractions and Edit

Discussion in 'PHP' started by b4db0y, May 25, 2009.

  1. #1
    I have 4002 commands similar to

    	mysql_query("INSERT INTO `{$prefix}games` (gam_id, gam_cat_id, gam_swf, gam_title, gam_thumb_url, gam_swf_width, gam_swf_height, gam_desc, gam_views) VALUES (19,7,'152.swf','Adventure Elf','152.png',549,399,'Run about the buildings picking up presents and avoid penguins.',0)") or report();
    Code (markup):

    I want the png files or images files i.e. gam_thumb_url to extracted and pasted into the db or txt file alone. can it be done?
     
    b4db0y, May 25, 2009 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    jestep, May 25, 2009 IP