0) { echo '
';
echo "CONGRATULATIONS! "; echo "Your image(s) have now been uploaded to ".$site_name." and are ready for linking. Use any of the following code snippets to display the image(s) within your preferred location. "; echo "Click on any filename below to view the code: "; $i = 0; while($row = mysql_fetch_array($get_uploads)) { $item_id = $row[id]; $tracker = $row[tracker]; $originalfilename = $row[originalfilename]; $this_code = ""; $this_code .= ' "; echo ' '.$this_code.' |