Current location: Hot Scripts Forums » Programming Languages » PHP » Dynamic ListBox Problem ... Plz Help me...


Dynamic ListBox Problem ... Plz Help me...

Reply
  #1 (permalink)  
Old 09-14-04, 01:08 AM
jaishalg jaishalg is offline
Newbie Coder
 
Join Date: May 2004
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy Dynamic ListBox Problem ... Plz Help me...

html>
<head>
<title>Dynamic Generation</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="marks" action="insertresult11.php" method="post">
Insert Result of the Subject:
<select name="subject">
<?php
for($i=1;$i<=$count1;$i++)
{
?>
<option value="<?php echo $i; ?>"><?php echo $subjects[$i]; ?></option>
<?php
}
?>
</select>
<br><br>
<table width="50%" border="1" bgcolor="#D4D891" align="center">
<?php
for($k=1;$k<=10;$k++)
{
?>
<tr>
<td width="25%">Roll No. : <?php echo $k; ?></td>
<td width="75%"><input type="text" name="mark['<?php echo $k; ?>']"></td>
</tr>
<?php
}
?>
</table>
<input type="submit" name="submit" value="Insert Result">
</form>
</body>
</html>

WHATS WRONG HERE?

here like this my html code and the dynamic listbox is generated and perfact values taken in the list box......but now when i submit the result to the next page how shold i get the selected listboxe's value and how shold i get values of the all textboxes??? as i want to insert the student result fr selected subject.. for the whole class....

anyone helps me plz
i need it very urgently
Thanks in advance.......
Reply With Quote
  #2 (permalink)  
Old 09-14-04, 05:23 AM
Acecool's Avatar
Acecool Acecool is offline
Aspiring Coder
 
Join Date: Nov 2003
Posts: 506
Thanks: 0
Thanked 0 Times in 0 Posts
Please indent your code
__________________
Check Acecoolco.com for PHP Tutorials, and other tuts
If you plan on contacting me, please read this: Legal Terms & Conditions
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
dynamic listbox jaishalg PHP 3 09-13-04 07:16 AM
dynamic listbox banurekhap@hotmail.com PHP 4 08-16-04 12:26 PM
dynamic listbox banurekhap@hotmail.com PHP 1 08-13-04 11:47 AM
problem with dynamic table noviceforever HTML/XHTML/XML 1 07-31-04 09:09 PM
problem with dynamic table noviceforever JavaScript 3 07-10-04 10:16 AM


All times are GMT -5. The time now is 04:29 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.