RE: [PHP] Google Calendar

2010-10-13 Thread Tommy Pham
> -Original Message- > From: Floyd Resler [mailto:fres...@adex-intl.com] > Sent: Wednesday, October 13, 2010 7:07 AM > To: PHP > Subject: Re: [PHP] Google Calendar > > I turned on E_ALL & E_STRICT and I still don't receive any type of error > message. My

Re: [PHP] Google Calendar

2010-10-13 Thread Govinda
in this case when you put a tab before the closing heredoc it is not an error in itself. Its equivalent to removing the closing heredoc. so PHP treats the rest of the code as part of the string. A Parse error is reported when ?> OR end of the file is reached OK, to be sure I understand.. if I

Re: [PHP] Google Calendar

2010-10-13 Thread Floyd Resler
I turned on E_ALL & E_STRICT and I still don't receive any type of error message. My code simply stops. I'm not sure what the problem is but I found a Google Calendar wrapper that suits my needs and doesn't require Zend. Thanks! Floyd On Oct 12, 2010, at 10:22 PM, Kranthi Krishna wrote: > Th

Re: [PHP] Google Calendar

2010-10-12 Thread Kranthi Krishna
in this case when you put a tab before the closing heredoc it is not an error in itself. Its equivalent to removing the closing heredoc. so PHP treats the rest of the code as part of the string. A Parse error is reported when ?> OR end of the file is reached -- PHP General Mailing List (http://w

Re: [PHP] Google Calendar

2010-10-12 Thread Govinda
develop with error_reporting set to E_ALL & E_STRICT that will help you understand many trivial errors Krishna, allow me to jump in here and ask - is my understanding correct that some errors will never be reported... regardless of the setting for error_reporting? ...like when I put a tab b

Re: [PHP] Google Calendar

2010-10-12 Thread Kranthi Krishna
The exact error message will help understand your situation Most probable reason is Zend is not included in your include path develop with error_reporting set to E_ALL & E_STRICT that will help you understand many trivial errors -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] Google Calendar Integration

2009-06-06 Thread kranthi
and you have a complete set of documentation at http://code.google.com/apis/calendar/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Google Calendar Integration

2009-06-05 Thread Tom Chubb
2009/6/5 Leonard Burton > HI All, > > Has anyone used Google Calendar (of course via PHP) to allow clients > to schedule appointments from the business's webpage? If so, would > you please tell me how you made it so it would only show the client > times which were available and of course not lis