# [EMAIL PROTECTED] / 2007-01-05 18:01:30 +0700:
> if (file_exists($file)) {

$file

>       if(!is_writeable($menu_filename)){

$menu_filename

>           echo "the file is not writable";
>       }
> } else echo "The file does not exist";
> 
> I have set the permissions to 777 for the file

Which of the two files?

Use the var_dump(), Luke!

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to