| $dir = $row_DetailRS1['ID'];
if(!is_dir("images/$dir")) /* does folder not exist? */
{
/* make the directory if it does not exist*/
mkdir("images/$dir", 0777);
chmod("images/$dir", 0777);
}
$fd = opendir("images/$dir");
while($entry = readdir($fd)) {
/* this section for the thumbnailed images */
if(preg_match("/thumb\.(jpg|gif|png)$/i",$entry)) { /* search for *_thumb.jpg and select */
$entryfull = str_replace("_thumb.jpg",".jpg",$entry); /* replacing _thumb.jpg with .jpg */
$entryfull = str_replace("_thumb.JPG",".JPG",$entryfull); /* replacing _thumb.jpg with .jpg */
$entryfull = rawurlencode($entryfull);
echo "";
echo " "; $fd = opendir("images/$dir"); while($entry = readdir($fd)) { /* this section for the text links. */ if(preg_match("/thumb\.(jpg|gif|png)$/i",$entry)) { } elseif(preg_match("/\.(jpg|gif|png)$/i",$entry)) { $entrytext = preg_replace("/\.jpg$/i","",$entry); echo ""; echo "$entrytext"; echo " - \n"; } } closedir($fd); ?> |
ID | 140 |
| Year | 1965 | |
| Make | Ford | |
| Model | Mustang | |
| Bodystyle | Fastback C code | |
| Engine | 289 V8 2V | |
| Trans | Auto | |
| VIN | 5TO9C143590 | |
| Price | $23,900 | |
Was originally a 4 speed manual now an auto. Clear coat is lifting but car is nice and clean underneath. Comes with power steering and standard black interior. Drives well. |
||
