Jump to content

[SOLVED] Gif BBcode issue


Jamaal10

Recommended Posts

When I upload a gif file to my hosting site, it loads it as a thumbnail.  All of the other file types show up just fine.  Anybody know how to correct it?

 

Code from Dreamweaver:

<tr><td>BBCode:</td><td><input type="text" name="thetext" onClick='highlight(this);' size="60" value="[url=<? echo 'http://' .$domain .'/'; ?>viewer.php?id=<? echo $imgf; ?>][img=<? echo 'http://' .$domain.'/'.$path.$imgf; ?>][/url]"></td></tr>
<tr><td>IMAGE:</td><td><a href='viewer.php?id=<? echo $imgf; ?>'><img src='<? echo $thbf ?>'></a></td></tr>

 

Here's an example:

[url=http://xsgfx.com/viewer.php?id=bfi1183661930z.gif][img=http://xsgfx.com/images/bfi1183661930z.gif][/url]

 

Appreciate the help!

Link to comment
https://forums.phpfreaks.com/topic/58601-solved-gif-bbcode-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.