Hi, can anyone advise on the following:
I would like to create a small piece of code that when run would create a file called 'test.html' and contain:
<html>
<head>
<title>
</head>
<body>
<h1>This is a test file...</h1>
</body>
</html>
When I understand how to do this I can then go on to use it to create item lists and log files. It's a form of database using flat files instead of using somethhing like MySQL.
Thanks
Graham Brown. UK