Here is my code if you want to see it
<html>
<head>
</head>
<body>
<br/>
<div style="border:solid black 1px; width:500px; display:block; margin-bottom:10px;">
<?php
$file=fopen("welcome.txt","x") or exit ("Unable to open file");
?>
</div>
</body>
</html>

New Topic/Question
Reply


MultiQuote




|