zardos
04-07-2007, 06:19 PM
Hi, am trying to figure out how to add a guest book in the profile. And I can not say that i understand the vb code fully :) But am trying. lets say we have a SQL table named GB and i want to loop out the massegen in it. the first thing i would do is ti add something like this to member.php file right?
$mess->dbobject->query_write("
SELECT `mess`
FROM `" . TABLE_PREFIX . "GB`
WHERE `$userinfo[userid]` = " . $userinfo['mess] . "
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result))
{
$userinfo['mess];
}
");
Please give me pointers what have i don wrong and that is the next step?
$mess->dbobject->query_write("
SELECT `mess`
FROM `" . TABLE_PREFIX . "GB`
WHERE `$userinfo[userid]` = " . $userinfo['mess] . "
$result = mysql_query($sql);
while ($row = mysql_fetch_assoc($result))
{
$userinfo['mess];
}
");
Please give me pointers what have i don wrong and that is the next step?