Wednesday, January 18, 2012
















Hello Developers, this script makes a scrolling text.
Visit W3Schools.com









Mouse over these images, and the background will change






background="paper.jpg">
background="bluesilk.jpg">
background="bgdesert.jpg">



if ($_FILES["file"]["error"] > 0)
{
echo "Error: " . $_FILES["file"]["error"] . "
";
}
else
{
echo "Upload: " . $_FILES["file"]["name"] . "
";
echo "Type: " . $_FILES["file"]["type"] . "
";
echo "Size: " . ($_FILES["file"]["size"] / 1024) . " Kb
";
echo "Stored in: " . $_FILES["file"]["tmp_name"];
}
?>



enctype="multipart/form-data">


















By pressing the button above, a function will be called. The function will alert a message.




time







fdh









Click to turn on/off the light




Tuesday, January 17, 2012

on/off









Click to turn on/off the light