how to assign the html value to the php variable without post or get method
- by Meena
hi , in my program i had a php value $test = 2 using this value i done some operation
for example: in my page i had a 2 block A and B and one select box. If the test value is A it enable the div A, if the value is B it hide div A and also i am able to show and hide the div using the select box onchange event. please check my sample code given…