MySQL Forums
Forum List  »  PHP

Re: Getting a value from a table
Posted by: Peter Brawley
Date: January 08, 2020 10:40AM

$row['serno'] contains the value of the `serno` column for that row. Assign it to another var with, eg, ...

$serno = $row['serno'];



Edited 1 time(s). Last edit at 01/10/2020 09:51AM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
January 08, 2020 06:56AM
Re: Getting a value from a table
January 08, 2020 10:40AM


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.