PDA

Click to See Complete Forum and Search --> : passing values to textfield/menu..


titan7262
Sep 22nd, 2005, 08:41 PM
To all,

how is it done in PHP, the passing of values from a variable to a textfield or to a menu. Do i need javascript for this(that would be very very difficult for me.. i don't know how to use JAVA..).

Thanks..

ninjanutz
Sep 22nd, 2005, 08:43 PM
um in ur text field type value = 'wat u want displayed in text field goes here'

is this wat u mean? i dont quite understand ur question

titan7262
Sep 22nd, 2005, 09:18 PM
not really.. i have to pass a from a function returning $month to a textfield.. like <?php getBranch_Month();?> then pass the value into the textfield.