I was wondering what I needed to do to display more then 1 post.
for example, id i have the following:
$name = mysql_querry(select name from database);
$msg = mysql_querry(select message from database);
do I have to put it in table then? and if so, how exactly?
and as you may have noticed, if I would execute the following querries, I would put several values in one variable, wich isnΒ΄t possible.
how do I solve that too?
Inc.