Web Form that store information on a file on server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
genie
Forum Newbie
Posts: 6
Joined: Thu Apr 13, 2006 8:21 am

Web Form that store information on a file on server

Post 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.
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Check file_put_contents (assuming you have PHP 5 installed).
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

PEAR has an Excel file writer.

http://pear.php.net
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Post by Oren »

Oh... I'm really sorry, I didn't notice that you said *.xls :P
Post Reply