How do I make a new file with php?
int touch ( string filename [, int time [, int atime]])
You could also use PHP's other filesystem commands: fopen, fwrite and fclose.