Hi Guys, I operate an eBay store and I would like to sell several hundred items that are all very similar. Therefore, I would like them to have very similar descriptions in the auction posts. HOWEVER, I may need to edit information about the items, and instead of going one-by-one through these hundreds of items, I would like to be able to edit them all in one fell swoop. Which comes to my problem. I know that using PHP I would be able to use the "include" function to relatively easily fix my problem. However, eBay only allows HTML posts, to the best of my knowledge. Does anyone know of any way that I would either be able to use an "include"-like function in HTML -OR- be able to post some PHP in eBay? Many thanks for all your help!
You can do it using SSI (Server side Include) tag: <!--#include virtual="path-to-file/include.htm" --> Kailash
I'm not sure this would work, because I want to include information from a different server. The actual auctions will be on eBay servers, but my own "included" information will be from my own server. If there is still a way to do this with SSI, can you please point me in the right direction? Thanks!
One way, if you have access to Apache/PHP, is to add PHP to the file extension via htaccess... in htaccess you could add something like... AddType application/x-httpd-php .php .htm .html Code (markup): and then you should be able to add any PHP code you want within a normal .htm/html file extension.
I am searching more s/w product reseller list, if any guys can help me then sure do it, I will very great full its job.
Hey, quick question- do eBay allow flash? A flash programmer could do this, use flashvars to tell the app what to load, it loads it from your server using an xmlsocket, parses and put it onto the page. . . If eBay does allow flash I would make it.
Well, why dont you add some PHP scripts in you site for some dynamic content and pull the information from eBay. If you do not want that then you can always add iFrames in your HTML code to include (bad for SEO).