Thread
:
A silly little question
View Single Post
#
13
03-24-2012, 01:06 AM
!Alive
Member
Join Date: Feb 2012
Posts: 39
Gender: Male
Credits:
1,814
Try changing the while to a if.
this:
while($row = $stmt->fetchObject())
to this:
if($row = $stmt->fetchObject())
!Alive
View Public Profile
Send a private message to !Alive
Find all posts by !Alive