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
~325 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for chiyankarthi

hi, How to make changing selection of radiobuttons respectively on dropdown menu selection with example in javascript... thank you, regards by, karthick.s

Member Avatar for ApocDen
0
105
Member Avatar for chiyankarthi

hi, I like to knoe that how to use page navigation in php and how to retrieve data from databases...Please send the code for particular task.. thank you, regards by, karthick.s

Member Avatar for lapunluyang
0
85
Member Avatar for chiyankarthi
Member Avatar for MindSter
0
72
Member Avatar for chiyankarthi

<?php $con = mysql_connect("localhost", "root", ""); if (!$con) { die('Could not connect: ' . mysql_error()); } $db_selected = mysql_select_db("kar",$con); $sql = "SELECT * from valid"; $result = mysql_query($sql,$con); print_r(mysql_fetch_assoc($result)); echo "<br>"; mysql_close($con); ?>

Member Avatar for chiyankarthi
0
63

The End.