Search found 2 matches

by pestaa
Mon Jan 12, 2009 1:30 pm
Forum: PHP - Theory and Design
Topic: Download emails from Imap to DB - help
Replies: 4
Views: 568

Re: Download emails from Imap to DB - help

Make sure PHP has enough memory allocated to its process. I would advise to investigate the causes of those dropped connections. Furthermore, I'm not convinced your script could handle as much amount of possible attachments as you mentioned, if it can't even download them. Maybe consider rethink the...
by pestaa
Mon Dec 22, 2008 3:04 pm
Forum: PHP - Code
Topic: Help with checkboxes
Replies: 1
Views: 356

Re: Help with checkboxes

Your problem is not connected to theoretical programming, I believe. By the way, evaluating check boxes (boolean values) and turn them into a date sounds like binary dating to me. Quite unimaginative. As far as I could understand your unspecific question is how to determine whether a box is checked ...