DROP DOWN MENU CODE:
<select name="biz" size="1">
<option value="<? @include('includes/foo.php'); ?>">foo</option>
DISPLAY PHP CODE:
<?php echo $_POST['biz']; ?>
I had made an attempt to add a pop-up 'onclick' Javascript code within the php code...if there are any possible codes to assist me with this, please let me know...
Thanks

New Topic/Question
Reply



MultiQuote



|