Guest Posted December 23, 2002 Share Posted December 23, 2002 I know this is a dumb question but I'm still new to PHP. I need to be able to download all orders by date (once a day) into a delimited format (tab, or pipe preferably) but I haven't been able to write the query correctly. I need it to pull all the info that's in a normal order, ex. something like: ORDER#1|DATE|NAME|ADDRESS|PHONE|D.O.B|EMAIL|Total|CC#|Exp|COMMENTS|ProdOrdered1| ProdOrdered2|ProdOrdered3|ProdOrdered4.... ORDER#2|DATE|NAME|ADDRESS|PHONE|D.O.B|EMAIL|Total|CC#|Exp|COMMENTS|ProdOrdered1| ProdOrdered2|ProdOrdered3|ProdOrdered4.... If anyone can help me out that would be great, if not, well, I'll keep trying.... :wink: Link to comment Share on other sites More sharing options...
Guest Posted December 26, 2002 Share Posted December 26, 2002 Still stuggling with this, just getting it to print out on a page that they could copy and paste would even work, has anyone done something close to this? Link to comment Share on other sites More sharing options...
Guest Posted December 27, 2002 Share Posted December 27, 2002 I have made a small script to do this, and am making some additions to that it will email them out as a CSV text file attachment every night. I you would like the code (not ready to be released), please feel free to email me. Thanks, Zac Link to comment Share on other sites More sharing options...
peachnut Posted November 14, 2005 Share Posted November 14, 2005 Could you please email it to me also? Thanks, Chris Behnke chris@delightfulgourmetwonders.com I have made a small script to do this, and am making some additions to that it will email them out as a CSV text file attachment every night. I you would like the code (not ready to be released), please feel free to email me.Thanks, Zac Link to comment Share on other sites More sharing options...
alacour Posted November 15, 2005 Share Posted November 15, 2005 I would also like a copy. anthony@agcomputers.net Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.