Back to General

Search

Analyse Analyse

Analyse

by boby08 on Tue 04/13/2010 08:15 PM

Bou !

[Reply] [Back to Top]

jghjgjgjgj

by abhi on Thu 04/15/2010 04:13 AM

jghjhgjgjgjgjg

[Reply] [Back to Top]

jghjgjgjgj

by abhi on Thu 04/15/2010 04:14 AM

jghjhgjgjgjgjg

[Reply] [Back to Top]

hiee

by onlysaket on Mon 04/19/2010 01:13 AM

i m the boss

[Reply] [Back to Top]

rasta

by rage on Sun 05/09/2010 05:46 PM

rasta

[Reply] [Back to Top]

update image

by charabd on Wed 05/12/2010 01:57 PM

I had a code to update image but it is not updating image in the folder images. Why ?????
"
if (strlen(trim($title)) > 0 && strlen(trim($body)) > 0)
{
$image = $_FILES['txtImage'];
$currentimage = $_POST['txtCurrentImage'];
$filename = $currentimage;

//checking if an image was uploaded
if (strlen($image['name']) > 0)
{
//checking if image is JPG
if ($image['type'] == "image/jpeg" || $image['type'] == "image/pjpeg")
{
$filename = $image['name'];
//uploading the file
move_uploaded_file($image['tmp_name'], "images/" . $image['name']);
//remove old image
if (strlen($currentimage) > 0)
unlink("images/" . $currentimage);
}
else
{
$message = "Only .jpg images are allowed to be uploaded";
}
}
"

[Reply] [Back to Top]

eee

by jonalej on Wed 05/19/2010 10:10 AM

ddddd

[Reply] [Back to Top]

Analyse

Login / Register

General

Site Index