I'm pulling data from a database into a dropdown box but don't need to show the full story.
So far my code reads:
<option value="<?=$News_id?>"><?=$Story?></option>
This displays the full story though which isn't needed.
Can anybody please help?
Thanks,
Burnie


