Page 1 of 1

Web Form that store information on a file on server

Posted: Mon Apr 17, 2006 2:30 am
by genie
Hi
Is it possible to create a web form in PHP or PERL that stores information (after submitiing) in a file(*.xls) on the server. The site have shared hosting. If it is possible. Please post some link which can help me learning about this code.
Regards.

Posted: Mon Apr 17, 2006 3:30 am
by Oren
Check file_put_contents (assuming you have PHP 5 installed).

Posted: Mon Apr 17, 2006 8:12 am
by feyd
PEAR has an Excel file writer.

http://pear.php.net

Posted: Mon Apr 17, 2006 8:17 am
by Oren
Oh... I'm really sorry, I didn't notice that you said *.xls :P