| difficulties with inc_features - please help
To my best knowledge, everything in inc_features at my site should be ok. Photopost itself is running perfectly, but I cant't get inc_features to display pictures on a custom page.
If I run inc_features.phpo, these are the errors I get:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site4/fst/var/www/html/gallery/inc_features.php on line 49
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/virtual/site4/fst/var/www/html/gallery/inc_features.php on line 63
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site4/fst/var/www/html/gallery/inc_features.php on line 115
If I call inc_features from another .php page like this:
<?
include "/home/virtual/site4/fst/var/www/html/gallery/inc_features.php";
echo "$photopostfeature" ;
?>
I get a display that says "Featured Photos", but doesn't show pictures at all.
So what am I doing wrong here?
|