Currently browsing posts found in September2007


Create a file on your server using php

September 9th, 2007 at » Comments (0)

This function allows you to save a file (with correct folder permissions) on your web server or web site with any content you choose.  This is ideal for adding pages dynamically to your site or for error reporting.
The function uses two inputs:
$location - the file location including the file name and extension e.g. “folder/file.html”
$content - […]