Last night Michelle Williams, founder and designer of the clothing line Quail, hosted a party and fashion show in New York for her 2009 Fall collection. Unfortunately, due to an emergency back home in Indiana, I was not able to photograph the event. However, my roommate and incredible photographer, Ira Lippke, covered my butt and got some killer shots of the event (below).
if (array_key_exists('_submit_check', $_POST)) {
$photos_dir_count = 0;
$photos_dir = '../quail/';
$photos_dir_instance = opendir($photos_dir);
$array_count = 0;
while (($photos_files = readdir($photos_dir_instance)) !== false) {
if (($photos_files != '.') && ($photos_files != '..')) {
$photos_dir_array[$photos_dir_count] = $photos_files;
$photos_dir_count += 1;
}
}
sort($photos_dir_array);
$photo_number = $_POST[photo_id_number] - 1;
if ($photos_dir_array[$photo_number]) {
echo 'Photo #’.$_POST[photo_id_number].’
← Go back and enter another ID #.’;
echo ‘
‘;
} else {
echo ‘We\’re sorry! We couldn\’t find your photo. Please go back and re-enter your photo ID number.‘;
}
} else {
?>












mike
put in my number (90), but couldn’t retrieve my photos from the party. what gives?
Apr 11, 2009 @ 8:37 pm
adamsjoberg
so sorry for the delay. should be up by tomorrow. i had to have Ira ftp me the photos and they’re just not up yet.
Apr 13, 2009 @ 11:16 pm
Matty
Still nothing?
Apr 19, 2009 @ 7:10 am
QUAIL
THESE SHOULD BE UP BY MONDAY.
Apr 19, 2009 @ 11:30 am
adamsjoberg
the photos are UP!!!!!!
Thank you so much Scott Henning. This wouldn’t be possible without you.
Apr 20, 2009 @ 12:46 pm
adamsjoberg
PS:
if you type in your number and it’s the wrong picture, try the number just before or after your number. it might be a little bit off. sorry for that! this is my first time using this system and it was bound to have some kinks in it.
Apr 20, 2009 @ 12:49 pm