Scripts To Modify Database

I need a script that will go through all the entries in the video_url field in my database and check to see if the file still exists (they are flv files which include the http:// and domain. I don’t want to download them or anything just check if they exist). If they no longer exist I want the entry to be replaced with a default entry.

I also need a script that will replace all existing file extensions in a directory with .jpg. It must replace the existing extension, not add one to the e…

Leave a Reply

Your email address will not be published. Required fields are marked *