Results 1 to 3 of 3
Hybrid View
-
23rd Feb 2011, 03:50 PM #1OPMember
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/">'; ?>
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
-
23rd Feb 2011, 03:58 PM #2Respected DeveloperWebsite's:
wrzc.orgReplace:
PHP Code:echo '<embed src=".$swf_code" menu="false" height="600" width="480" pluginspage="http://www.macromedia.com/go/getflashplayer/">';
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
-
23rd Feb 2011, 04:08 PM #3OPMember
thanks MR. Happy you saved me
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaManager - edit and manage...
Version 4.19 released. Open older version (or...