MySQL Forums
Forum List  »  PHP

Re: Very New - PHP/SQL Select problem
Posted by: Edward Frey
Date: December 04, 2015 02:19PM

I have solved my problem with this coding to replace the fetch

$row = mysqli_fetch_assoc($result);
echo $row["maxtop"];


PROBLEM SOLVED.

Thank you, I'll be back!

Options: ReplyQuote


Subject
Written By
Posted
Re: Very New - PHP/SQL Select problem
December 04, 2015 02:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.