Creative COW SIGN IN :: SPONSORS :: ADVERTISING :: ABOUT US :: CONTACT US
Creative COW's LinkedIn GroupCreative COW's Facebook PageCreative COW on TwitterCreative COW's Google+ PageCreative COW on YouTube
ADOBE DREAMWEAVER:HomeDreamweaver ForumDreamweaver TutorialsFAQAdobe FlashWeb Design

Re: spry repeat list

COW Forums : Adobe Dreamweaver

FAQ   •   VIEW ALL   •   ADD A NEW POST   •   PRINT
Share on Facebook
Respond to this post   •   Return to posts index   •   Read entire thread


Abraham ChaffinRe: spry repeat list
by on Feb 16, 2009 at 10:44:07 pm

In your PHP code you have this line:

<option value="<?php echo $row_Recordset1['title']?>"><?php echo $row_Recordset1['title']?></option>

This is defining each drop down option and its value. In the section that is defining the value of the option:

<?php echo $row_Recordset1['title']?>";

You can put other information and values in there such as HTML code, etc. This value will be used to fill the div when the value is changed.

E.G.:

&lt;? echo ($row_Recordset1['title']."<br><br>".$row_Recordset1['description']); ?&gt;

Or you could make it a php function. I could show you a little better if I knew the names of your table columns and which ones you are planning to put in different spots.


Abraham


Posts IndexRead Thread
Reply   Like  
Share on Facebook


Current Message Thread:




LOGIN TO REPLY



FORUMSTUTORIALSMAGAZINESTOCKYARDVIDEOSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

Creative COW LinkedIn Group Creative COW Facebook Page Creative COW on Twitter
© 2013 CreativeCOW.net All rights are reserved. - Privacy Policy

[Top]