Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~74 People Reached
Favorite Forums
Favorite Tags
Member Avatar for purnima13

//how can i use a0,a1,a2 in a loop in php code. //this is my program please help //also onclick event is not working to call aphp function <input type="radio" name="a<?php echo $i;?>" value="average" onclick="if(this.checked) { this.form.a.style.visibility='hidden'; } else { this.form.a.style.visibility='visible';}">average <input type="radio" name="a<?php echo $i;?>" value="excellent">excellent<br> <input type="radio" name="a<?php echo …

Member Avatar for diafol
0
71