Activity Stream
48,167 MEMBERS
62852 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member

    Default need php help

    can anyone tell me what is wrong with this code:
    Code: 
    <?php $swf_code = get_post_meta($post->ID, 'swfcode', true);
             echo '<embed src=".$swf_code" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">';
    ?>
    thanks in advance
    puharta Reviewed by puharta on . need php help can anyone tell me what is wrong with this code: <?php $swf_code = get_post_meta($post->ID, 'swfcode', true); echo '<embed src=".$swf_code" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">'; ?> thanks in advance :) Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Developer
    Website's:
    wrzc.org
    Replace:
    PHP Code: 
    echo '<embed src=".$swf_code" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">'
    with:

    PHP Code: 
    echo '<embed src="'.$swf_code.'" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">'
    Tutorial How to SEO your Warez Site a guide to help you increase your organic traffic

    Huge list of Warez Sites and free Multiposter Templates

  4.     
    #3
    Member
    thanks MR. Happy you saved me

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

BE SOCIAL