i'm trying to display comments stored in phpmyadmin and place them in a dialog box. i cant figure out what is wrong with my code.it doesnt display.
$outputList = '';
echo "<div><form method=POST>";
while($row = mysql_fetch_array($sql2)){
$outputList="";
$id = $row["guestID"];
$name =...
i'm trying to display comments stored in phpmyadmin and place them in a dialog box. i cant figure out what is wrong with my code.it doesnt display.
$outputList = '';
echo "<div><form method=POST>";
while($row = mysql_fetch_array($sql2)){
$outputList="";
$id = $row["guestID"];
$name =...