Hi,
I'm quite new commer in the php field.I'm facing two problems now a days.
1) I want to call a function java script function when a user clicks on the button .given below is the code in html ,I want to convert it in php.
the code in html is
<input type="button" value="A" Onclick="mush()">
2) I want to add a drop down menu in php .How it is possible??
thanks in advance