Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-12-2005, 02:09 PM   PM User | #1
hanpedro
New Coder

 
Join Date: Jun 2005
Posts: 89
Thanks: 18
Thanked 0 Times in 0 Posts
hanpedro is an unknown quantity at this point
could not load swf..

PHP Code:
        <?
        
//swf 처리
            
$findme   '.swf';
               
$row_result sql_query(" select bf_file, bf_source from $g4[board_file_table] where bo_table = '$bo_table' and wr_id = '$wr_id'");
            while (
$row=sql_fetch_array($row_result))
            {
                
$src_file "$g4[url]/data/file/$bo_table/$row[bf_file]";
                echo 
"$g4[url]/data/file/$bo_table/$row[bf_file]";
                if (
eregi($findme,$row[bf_file])) {
                    echo 
"<embed width=\"700\" height=\"740\" fullscreen=yes src=\"".$src_file."\">";
                }
            }
        
?>
What am i missing?
hanpedro is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:32 AM.


Advertisement
Log in to turn off these ads.