Re: [nyphp-talk] one special question

2008-05-28 Thread Justin Dearing
On Wed, May 28, 2008 at 10:49 AM, csnyder <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2008 at 9:44 AM, Michael Southwell > <[EMAIL PROTECTED]> wrote: >> >> This is not a question about PHP but rather a question about programming, >> > > I dunno, it seems overly general but not actually off topic.

Re: [nyphp-talk] one special question

2008-05-28 Thread csnyder
On Wed, May 28, 2008 at 9:44 AM, Michael Southwell <[EMAIL PROTECTED]> wrote: > > This is not a question about PHP but rather a question about programming, > that is, the logic of making things happen. It is therefore solvable not by > syntax but rather by thought. I wonder whether such questions a

Re: [nyphp-talk] one special question

2008-05-28 Thread Michael Southwell
chad qian wrote: I run into problem with the following in my project: Today,People select 20 thumbnail pictures and add them to the cart. >From tomorrow,website will email one picture per day to the people's email automatically. How to php to email one picture per day? I have no idea here.

Re: [nyphp-talk] one special question

2008-05-28 Thread Ben Sgro
Chad, You could cron us a job email that sends picture daily via. That'd be my best guess. - Ben chad qian wrote: I run into problem with the following in my project: Today,People select 20 thumbnail pictures and add them to the cart. >From tomorrow,website will email one picture per day to

[nyphp-talk] one special question

2008-05-28 Thread chad qian
I run into problem with the following in my project: Today,People select 20 thumbnail pictures and add them to the cart.From tomorrow,website will email one picture per day to the people's email automatically. How to php to email one picture per day? I have no idea here.Any help?thanks! chad