How do I inset this into myPHPadmin
HTML:
Lincoln ExamplePHP:
<?php if(isset($_POST['manufactuer'])) echo "Manufacturer: ".$_POST['manufacturer']; else {?>I call to the selection with this.
<?php echo "Manufacturer: ".$_POST['manufacturer']; ?>.I need to make a list box that lists manufacturers that users can select from then display the users selection permanently for any one who comes on the site to see. Example user posts a classified add and selects manufacturer, that selection then displays on users post permanently. I hope I am making sense.