????
| Current Path : /home2/morganrand/www/design/ |
| Current File : /home2/morganrand/www/design/pompompage3.php |
<?php
$myfile = fopen("switchem.txt", "w") or die("Unable to open file!");
$txt = "5";
fwrite($myfile, $txt);
fclose($myfile);
echo "The link to the pompoms page has been activated."
?>