Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Extract database code

  1. #1
    WebProWorld MVP edhan's Avatar
    Join Date
    Aug 2003
    Posts
    941

    Question Extract database code

    Hi

    I am trying to extract YouTube code instead of the entire embedded code from my database.

    Code:
    <object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/r6wdq5vStms"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/r6wdq5vStms" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
    How can I extract this code : http://www.youtube.com/v/r6wdq5vStms

    Any help is greatly appreciated. Thanks!
    Find Out More About Renting Thai Amulets For Blessing Of Protection in Well Being & Wealth | Destiny of Fate | Exploring, Understanding & Learning The Basic Feng Shui Art Of Placement To Build Wealth & Harmony With Friends, Colleagues And Family Members In Relationships & Careers... Do you want a better lifestyle? Check it out today!

  2. #2
    WebProWorld MVP edhan's Avatar
    Join Date
    Aug 2003
    Posts
    941

    Thumbs up Re: Solved

    Hi

    I have managed to resolve this by:

    Code:
    	$code = $results['extcode'];
      preg_match('(src=[\"a-z:\/\.\?=\-0-9A-Z_\"]*)',$code,$results);
      $src = substr($results[0],5,strlen($result[0])-1);
    hope this will help those who are in the same situation.

    Thanks!
    Find Out More About Renting Thai Amulets For Blessing Of Protection in Well Being & Wealth | Destiny of Fate | Exploring, Understanding & Learning The Basic Feng Shui Art Of Placement To Build Wealth & Harmony With Friends, Colleagues And Family Members In Relationships & Careers... Do you want a better lifestyle? Check it out today!

Similar Threads

  1. Auto-Generate Content from Zip Code Database
    By bosmolskate in forum Marketing Strategies Discussion Forum
    Replies: 7
    Last Post: 03-19-2010, 02:41 AM
  2. How to extract emails from table?
    By edhan in forum Web Programming Discussion Forum
    Replies: 5
    Last Post: 11-15-2008, 07:58 AM
  3. How to Extract result from xml file?
    By tricker in forum Web Programming Discussion Forum
    Replies: 1
    Last Post: 12-22-2006, 08:49 AM
  4. Extract all resources from any SWF file
    By Decompile_SWF in forum Flash Discussion Forum
    Replies: 0
    Last Post: 10-15-2005, 04:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •