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
~154 People Reached
Favorite Forums
Favorite Tags
Member Avatar for pchsmvp

i want to have a multiple update record function using ajax/php, but i cannot got it correctly.. here is my code: admin_edit.php [CODE]session_start(); $lnk=mysql_connect("localhost","root","") or die (mysql_error()); mysql_select_db('world', $lnk) or die (mysql_error()); $eesn2 = $_POST['eesn2']; $eename2 = $_POST['eename2']; $eename3 = $_POST['eename3']; $eename4 = $_POST['eename4']; $eelevel2 = $_POST['eelevel2']; $eecollege2 = $_POST['eecollege2']; …

0
35
Member Avatar for pchsmvp

i want to loop the form, so that there would be a multiple select boxes.. the first loop of select box has still its value, but the remaining loops has an empty value for select box.. [IMG]http://i5.photobucket.com/albums/y174/dikoalam/example.png[/IMG] here is the code.. [CODE]<form action="" method="post" name="formx"> <select name='eecollege2' id='college' onChange="selected(this.selectedIndex)"> echo …

Member Avatar for pchsmvp
0
119