I'm really in over my head here, so I'm hoping someone can toss me a line. I don't know php at all, have been diving in and learning a lot about it in the last week as I try to create a program that will connect our mySQL database inventory to Base. Every time I correct one error, I seem to create another one.
I started with the php sample app and have been modifying it a bit at a time in order to get it to do what I want. There are two things I really need. 1) On the API Demo page, it shows the text of the request that was sent and the response returned by Google. How can I see that response to my php request so that I can see what exactly is failing? 2) The link attribute doesn't seem to like my product url's. The item is inserted, but the url remains the Base url (like http://base.google.com/base/a/3164105/D10047083153294548248) instead of my actual product link. Here's what the code looks like: $result .= "<link href='".$_POST['link']."'". "/>" . "\n"; And here's the part of the form where I'm inputting the link: print '<tr><td align="right">link</td>' . "\n"; print '<td><input type="text" name="link"></td></tr>' . "\n"; I really appreciate any help. Thanks, DeAnna --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Base Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Base-data-API?hl=en -~----------~----~----~----~------~----~------~--~---
