davehaz
05-09-2006, 03:44 AM
howdy,
I am having a problem opening/creating a file for write, using
$connectfile = "connect".$db_name;
$connectfile .= ".php";
if (!$fp = fopen($connectfile, 'w')) {
echo "Cannot open file ($connectfile)";
exit;
}
I have the permissions set to 777 to make sure that isn't the problem, anybody see a problem here that I am missing?
tia.
I am having a problem opening/creating a file for write, using
$connectfile = "connect".$db_name;
$connectfile .= ".php";
if (!$fp = fopen($connectfile, 'w')) {
echo "Cannot open file ($connectfile)";
exit;
}
I have the permissions set to 777 to make sure that isn't the problem, anybody see a problem here that I am missing?
tia.