I'm using the above echo statement to insert data into a page however, it dawned on me that it could be better to pull from a larger selection of data from within that same defined column, is this possible to achieve using a simple echo statement like the one above, just with a little longer statement, that doesnt involve adding SQL queries?
I'm thinking it must be possible using something along the lines of this, maybe just to give an idea of what I'm looking for?
Quote:
$title = $row['Name'] RAND();
|
Quote:
<?php echo $title; random ?>
|
Is this possible?
TIA for any assistance.