Forums

This topic is locked

textbox php binding

Posted 06 Jul 2005 18:35:36
1
has voted
06 Jul 2005 18:35:36 Chris Trace posted:
hey all,

am trying to ensure that within a textbox multiple fields from the same recordset are displayed.

the good ole way is

<?php echo $row_rscidgendisplay['chalbysinitials']; ?>

but i would like to do

<?php echo $row_rscidgendisplay['chalbysinitials'-'chalbysidd']; ?>

this doesnt seem to work so any other thoughts?

Replies

Replied 07 Jul 2005 09:54:55
07 Jul 2005 09:54:55 Chris Trace replied:
got it thatnks

Reply to this topic