Jump to content

[SOLVED] Quick Question: CSV


sawade

Recommended Posts

Quick question.  Is it possible to load php values into a CSV file (create the file) without a mysql?  So it flows like the following:

 

HTML/PHP Form --> submit --> send email to user and packs info and creates CSV emails it to recipient

 

Instead of

 

HTML/PHP Form --> submit --> send email to user and sends to mysql --> call out of mysql, pack create CSV and send to recipient

 

Everything I've seen suggests the need of a database.

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/170176-solved-quick-question-csv/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.