View Single Post
Old July 19th, 2009, 06:33 AM   #9 (permalink)
drare
Member
Verified Customer
 
Join Date: Feb 2009
Location: Holland
Posts: 116
I understand your guess work, but it helps me alot to get this working for us, so can imagine I'm happy you are doing this, I'll come back if I got it working, Thanks Chuck.

The location of field7 is bb_userfield for vb3 in the same database as PP I found this by looking whit php admin in the database, I changed the code to: $queryv = ppmysql_query("SELECT field7 FROM {$Globals['bb_userfield']}usertextfield WHERE userid='$iuserid'",$link);
list( $post[field7] ) = mysql_fetch_row($queryv);

however I do get this error: Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/wfcfoos8/public_html/showphoto.php on line 83 So this I need to figure out yet.

Wow I realize now I'm beginning to get experience as database programmer, so you have a job for me Chuck Just Kidding!

Last edited by drare; July 19th, 2009 at 07:08 AM.
drare is offline   Reply With Quote