
May 4th, 2000, 11:34 AM
|
|
Contributing User
|
|
Join Date: Apr 2000
Location: Redmond, WA
Posts: 218
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
|
I figured it out on my own, did it a bit different than you, Christopher. By the way, great book!
$image_info = split("", $image);
$image_count = count($image_info);
$image_file = "nimages/front/" . $image_info[($image_count - 1)] . "n";
|