|
Posted by Oli Filth on 10/06/05 17:51
nescio wrote:
> is it possible to create an file with extension php when people click a
> button.
>
> i want:
> - to create a file;
> - write information to it;
> - then show it
>
Yes, see http://php.net/fopen, http://php.net/fwrite, etc. for file
access, and http://php.net/header to redirect users.
But this seems a rather odd thing to want to do...
--
Oli
Navigation:
[Reply to this message]
|