Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

picture

PHP script Picture Image Upload
Wednesday, 25 January 2012 11:27
// Picture upload PHP script http://www.htmlgoodies.com/beyond/webmaster/article.php/3548746/PHP-Tips--Tricks---A-Picture-Upload-Part-1.htm


//print_r($_POST);

if($_POST["action"] == "Upload Image")
{
unset($imagename);

if(!isset($_FILES) && isset($HTTP_POST_FILES))
$_FILES = $HTTP_POST_FILES;

if(!isset($_FILES['image_file']))
$error["image_file"] = "An image was not found.";


$imagename = basename($_FILES['image_file']['name']);
//echo $imagename;

if(empty($imagename))
$error["imagename"] = "The name of the image was not found.";

if(empty($error))
{
$newimage = "images/" . $imagename;
//echo $newimage;
$result = @move_uploaded_file($_FILES['image_file']['tmp_name'], $newimage);
if(empty($result))
$error["result"] = "There was an error moving the uploaded file.";
}

}

?>


">





if(is_array($error))
{
while(list($key, $val) = each($error))
{
echo $val;
echo "
\n";
}
}
?>



Credits::: Websites Lists and Web4Link.Com

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/N3TZWOxOpHM/14463

 
Why I Won't Post that Photo of Steve Jobs [Steve Jobs]
Friday, 26 August 2011 19:39
There is a photo floating around the Internet of Steve Jobs looking very ill. It's shocking. You won't find it here. I'm not posting it. Instead, I'm posting a picture of myself that was also snapped unexpectedly. See above. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/IrCvlwRbwj4/why-i-wont-post-that-photo-of-steve-jobs

 
The Trashy MySpace Mirror-Shot Reaches Its Horrifying Logical Conclusion [Wtf]
Monday, 27 June 2011 12:20
Half-pound of makeup? Check. Low-cut top from Baby Gap? Check. Hair iron? Check. Snooki hair? Check. Facial expression of sultriness and agony combined? Check. OK! Time to snap that profile picture. Just get your... iPad?!?! My god. Destroy the internet. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/EbUXqJZDrRM/the-trashy-myspace-mirror+shot-reaches-its-horrifying-logical-conclusion

 
The World's Largest Picture Taken Indoors Is 40 Gigapixels of Classic Beauty [Video]
Tuesday, 29 March 2011 10:40
This is a 40,000 megapixel, 280,000 x 140,000, 360 degree picture of the 868-year-old Strahov Monastery Library in Prague, Czech Republic. A lot of numbers, right? Here's more: the gigantic picture is actually made up of 2,947 different images that added up to 283GB and took over 111 hours to stich together. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/55RqMMRbPm8/

 
The Panasonic Lumix FX78 Airbrushes Your Face to Make You Prettier [Wtf]
Thursday, 03 March 2011 21:00
You've seen the scene before: immediately after a picture is snapped, a group of girls huddle around the camera to see how they look. More often than not, one of the girls shriek, "Ah! I don't like it, let's take it again!". And they take another picture and do the same post picture routine. Lather. Rinse. Repeat. But with the Panasonic Lumix FX78, that would never happen again. Why? More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/2cLzHpreMy0/the-panasonic-lumix-fx78-airbrushes-your-face-to-make-you-prettier

 


Taxonomy by Zaragoza Online