I get a parse error every time and I've modified the scripts a bunch of
times already.
// Make new directory function
$default_dir = ("D:\www\Proj\$textfield2\");
if(file_exists($default_dir)) rmdir($default_dir);
mkdir($default_dir, 0777);
// Copy template.html to new directory
$filename = D:Au
Is it possible to copy a file to a dynamically created directory?
Does anyone know how to put text onto multiple images with only one
input? I want to generate images for javascript rollovers.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
2 matches
Mail list logo