0

When I run the Fusion Tables PHP Framework sample file "form_example.php" I get the following errors:

Notice: Undefined offset: 3 in C:\XAMPP\htdocs\php\fusion-tables-client-php\clientlogin.php on line 17

Notice: Undefined offset: 1 in C:\XAMPP\htdocs\php\form_example.php on line 31

Any help is greatly appreciated. My main goal is to test code that can insert a row into Fusion Tables from data entered in a form.

Thanks -

shamu_4
  • 31
  • 1

1 Answers1

0

Sounds like ClientLogin is failing. The following stack overflow question might be helpful:

Can't connect to HTTPS site using cURL. Returns 0 length content instead. What can I do?

Community
  • 1
  • 1
Kathryn Hurley
  • 1,094
  • 6
  • 9
  • Thanks Kathryn - am moving on to the Python libraries and OAuth 2.0 per your comments on the GFT sites. Thanks again! – shamu_4 Jul 04 '12 at 02:55