How to add insert this code to a database the fetch it for any page I want it di

How do I inset this into myPHPadmin

HTML:

Lincoln Example

PHP:

<?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.

Sponsor our Newsletter | Privacy Policy | Terms of Service