HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 16th, 2000, 05:46 AM
pict pict is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 1 pict User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
<!--system.phtml-->
<?php $prod = "CPU"; ?>
<select name="CPU">
<option selected value='--'> -- </option>
<?php include "prod-inc.php3"; ?>
</select>
<!-- -->

<!--prod-inc.php3 -->
print "<option value='1'>$name</option>
<input name='name$prod' type='hidden'value='$name'>";
<!-- -->

When this is sent the info is read fron the database and placed into a dropdown list.
the only problem is that the last statement with the hidden field value is generated on the fly and has the same name in each case.
eg.

<option value='1'>Intel Celeron 600 CPU</option><input name='nameCPU' type='hidden' value='Intel Celeron 600 CPU'>]

<option value='2'>Intel Celeron 633 CPU</option><input name='nameCPU' type='hidden' value='Intel Celeron 633 CPU'>

<option value='3'>Intel Pentium III 667 CPU</option><input name='nameCPU' type='hidden' value='Intel Pentium III 667 CPU'>

if i select option 1 with the drop down list it will parse the following:

$CPU = 1
$nameCPU = Intel Pentium III 667 CPU

XXXX
the $nameCPU string should align up with the selected choice ie. Intel Celeron 600 CPU

Thankx

One very stumped developer

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > Parsing 2 Strings with drop down list


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway