Jump to content

php and eBay


didz666

Recommended Posts

You have to post some related code and what issues you are having with it.

Hi its not the php i have issues with its getting any type of php to load with in ebay, I have tried linking the php as you would with a js script using the full url with no joy and i have converted my template into a php doc rather than a html and still the php will not load.

Link to comment
https://forums.phpfreaks.com/topic/294586-php-and-ebay/#findComment-1505644
Share on other sites

You wont be able to run the php directly off of ebays page.

Depending on what you are trying to achieve there may be other alternatives. 

 

Hi basically I have a html listing template that i want to show related products using an ebayapi call. The call is written in php and displays related products based on keyswords etc.

its as simple as that.

 

Is using an ajax call to access the php the way to go.

 

thanks

Link to comment
https://forums.phpfreaks.com/topic/294586-php-and-ebay/#findComment-1505648
Share on other sites

The issue is what will pass through the filters ebay has in place when you add a listing.

The catch all from their HTML and javascript policy being

 

 

  • Calls remote scripts and pages automatically, such as JavaScript "includes" or "iframes."

(But oddly enough they allow flash content so go figure...you can add anything you want in a .swf file and load it right up to your listing.)

 

There are "certified 3rd party apps" that might be a better route.

At least you wont run the risk of violating their listing guidelines by bypassing any of their filter techniques to make it work.

Link to comment
https://forums.phpfreaks.com/topic/294586-php-and-ebay/#findComment-1505655
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.