Thread
:
Help with image upload script - need to make an if null statement
View Single Post
#
4
(
permalink
)
04-24-2008, 05:13 AM
norbie
Newbie
Join Date: Dec 2006
Posts: 5
Credits:
0
Rep Power:
0
Re: Help with image upload script - need to make an if null statement
All sorted now, I just used:
PHP Code:
if (
$_FILES
[
'new_image'
][
'name'
] ==
""
) {
Thanks
norbie
View Public Profile
Send a private message to norbie
Find all posts by norbie