Hi, I have this sentence
<?php echo $row['Owner'] ?>
If I want to add another value from my database to this sentence like this?
<?php echo $row['Owner']['Name'] ?>
or
<?php echo $row['Owner', 'name'] ?>
or something alike?
Thanks for any help