$create1 = "
<?
echo \"
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">
</head><body background=\"../../sample_sites/something.gif\" bgcolor=\"#000000\">\"
?>
";
$file_name1 = "page1.php";
$file_pointer1 = fopen($file_name1, "a+");
fwrite($file_pointer1, "$create1");
fclose($file_pointer1);
if so, why is it not working for me 🙁