Jump to content

desertdirk

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

desertdirk's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I am sorry. Which instance of $f should I replace with $_GET['f']? DD
  2. When the thumnails are click only the first photo in the array shows. I have been unable to figure out where the problem is: http://plsnm.com/info.php?id=467& f=1239807849_offer_DSC02197.JPG here is the code snippet if(!empty($a1[image])) { //$MyImages = explode("|", $a1[image]); $ShowInfo .= "<table valign=top align=center height=50><tr>"; while(list(,$v) = each($im_array)) { $ShowInfo .= "<td align=center valign=top width=\"50\" height=50><a href=\"info.php?id=$_GET[id]& f=$v\"><img src=\"re_images/$v\" width=50 height=50 border=0></a></td>"; } $ShowInfo .= "</table><hr size=1 width=\"95%\" color=#336699><br>"; if(!empty($f)) { $ShowInfo .= "<center><img src=\"re_images/$f\" height=480 width=640></center><br>"; } else { $ShowInfo .= "<center><img src=\"re_images/$im_array[0]\" height=480 width=640></center><br>"; } } else { $ShowInfo .= "<br><center><img src=\"no_image.gif\"></center>"; } any help is greatly appreciated DD
  3. thanks for the info- I have mx 2004 and from what you all say, will stick with it for awhile I guess dd
  4. Just wondering if there have been improvements to php and mysql support in DW8. Haven't been able to get much info about this. Is it worth the upgrade? Thanks DD
×
×
  • 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.