| $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 | 640 |
| Year | 1970 | |
| Make | Ford | |
| Model | Falcon Fairmont GT | |
| Bodystyle | sedan | |
| Engine | 351 C CID V8 2 V | |
| Trans | auto | |
| VIN | MS33LD34673 | |
| Price | $90,000 | |
Serial number of ford MS33LD34673 was manufactured by the Ford Motor Company of South Africa Engine is a 351 C CID V8 2 V Trans auto Note this is not a replica GT -it is an original Fairmont GT at an attractive price -check out photos for quality |
||
