if(isset($_FILES['photo'])) {
if($_FILES['photo']['error'] == 0) {
$info = getimagesize($_FILES['photo']['tmp_name']);
if($info) {
$mimeTypes = array("jpeg" => "image/jpeg","png" => "image/png","gif" => "image/gif");
if(in_array($info['mime'],$mimetypes)) {
$valid = true;
}
}
}
}
Lemur, if I understand what you're saying correctly, it's mostly the color(s) and the flower that are off-putting? What about the layout itself, given a better color scheme? Thinking about the position of the elements, the functionality, is there anything else I should consider changing?
Obviously visual design is a serious weak point for me, so any help I can get is welcome.

New Topic/Question
Reply




MultiQuote


|