I'm trying to get the PHPBay Pro API up and running on a custom built PHP site but I'm pulling out all my hair here.. require_once("phpbay/ebay.php"); ... $keywords = "laptops"; $ebay = new ebay(); $ebay->eb_frpp = "10"; $ebay->listings($keywords, $category); $ebay=>html; Code (markup): But nothing is being displayed. Instructions say I have to do something with mod_rewrite is it's not in the root directory (mine is in localhost/site/phpbay/) but I'm not sure what to do next... Anyone got any ideas..?
Not sure if that is your actual code but you will want to change it to this: echo $ebay->html; Code (markup): Also, what are you putting in $category?
Have you emailed the developer for help? Any time I have had a confusion with the script he got back with me within an hour or so.
msavage: Yeah that's what I have exactly, I just forgot to write the echo bit down in my original post. $category = ""; Hapexamendios: If you got help, I might as well try contacting them, although the contact page says don't go there asking for help as they don't provide support.. EDIT: Oops, looks like I misread.. they do provide support.