> -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
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
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
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
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
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,
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
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
8 matches
Mail list logo