i am trying to retrieve multiple fields from one recordset and post to a text field so that it is filled in automatically
normally it is this
<?php echo $row_rscidgendisplay['chalbysinitials']; ?>
but i would like to return multiple fields from the recordset and instert them into the text box
<?php echo $row_rscidgendisplay['chalbysinitials']; ['chalbysidd']; ?>
or similar
Thanks