I am trying to create VBA modules to pull stuff from Photopost, Photpost Classifieds and Reviewpost and put them on a page.
I have found instructions on the Photpost site, but i am running into problems and they think its VBA related. I havent had ny help rfom VBa as of yet, so I thought I would post here and see if anyone had some ideas.
Using the latest versions of all software.
VB and Photopost products are in seperate dbs.
I created a php file
Code:
<?php
include('/var/www/html/products/inc_reviews.php');
echo "$reviewpostfeature";
?>
I uploaded this to the module directory for VBA
Within VBA I am able to add this to a page, however the only that shows is the header. It doesnt pull any data. I also dont get an error.
http://www.norcalmotocross.com/index.php?page=testpage
If I edit my config-int file and put the wrong password in, I get a dbconnect error, since I am not getting that error normally it leads me to believe that I am getting a connection to the Db.
There are a number of people that have gotten this to work
http://www.photopost.com/forum/pro-v...home-page.html
The orginal post is pretty old, but I have tried everything in the post that seemed like it was applicable.
If anyone has any ideas, i would appreciate hearing them
Thanks again for your time.