Trying to import pictures from my VbAdvanced Gallery,
<?
//Import configuration
$vhost = "localhost";
$vuser = "username";
$vpwd = "***";
$vprefix = "adv_";
$vdb = "site_oldgallery";
$vpath = "D:/Inetpub/vhosts/mysite.co.uk/httpdocs/a/files";
// Photopost configuration
$uhost = "localhost";
$uuser = "gallery";
$upwd = "***";
$uprefix = "pp_";
$udb = "site_gallery";
$upath = "D:/Inetpub/vhosts/mysite.co.uk/httpdocs/gallery/data";
?>
however I get error:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in D:\Inetpub\vhosts\themgzr.co.uk\httpdocs\gallery\vbag.php on line 314
Importing 1 Categories.... please wait
which again suggests incorrect info

But its all right