("stringData".$phpVariable."more string data")
So (fixed in previous post) I needed static references to the columns, which are `firstName` and `lastName`. Now, I have a situation where everything goes through, but my output is not displayed, but it gets the right amount of data entries. Just have to see where I'm screwing up in this tidbit:
$row = mysql_fetch_assoc($result);
do {
print("
print("
print("
$row = mysql_fetch_assoc($result);
} while($row);
?>
Post when I figure it out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment