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..
Printable View
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..
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
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.