Bweep.
Bweep.
Out of context: Reply #5
- Started
- Last post
- 12 Responses
- zanetate0
If the form just needs to email the content to be printed, you can actually do that in straight html. You just have to set the enctype of the form. I think it's something like:
ENCTYPE="text/plain"
It wouldn't be pretty but it would work. I'd probably code it to go into a db though. Then you could fire off emailed reports that were formatted as you wanted. Can't help ya much with the PHP though - I write ASP. Should be some good tutorials online... maybe here: http://sourceforge.net/