[PHP] Best way to accept donations online - Can't use paypal

2003-02-26 Thread David Caplan
Hi, I'm making a site for a non-profit and I need to be able to handle donations online. I can't use paypal because the donations need to be seamlessly integrated with the site, also I will need to do a fair amount of customization to the donation forms, like matching funds, gift in another person

[PHP] smarty vs. patTemplate vs. includes - newbie q

2003-02-19 Thread David Caplan
Hi, I'm designing a site with about 100 different pages. I'm debating whether to use a template mechanism such as smarty or patTemplate vs just creating pages and including the body templates based on the url parameters. I realize you get a layer of abstraction using the template mechanisms, but w