Posts by Jhon So • 13 points
1 post
-
1
votes1
answer92
viewsQ: What does this instruction do?
while($row = $result->fetch(PDO::FETCH_ASSOC)) I am following a php tutorial that uses this instruction someone can explain me what it does?
1 post
1
votes1
answer92
viewswhile($row = $result->fetch(PDO::FETCH_ASSOC)) I am following a php tutorial that uses this instruction someone can explain me what it does?