I’m trying to print the value from a dynamic drop down list from a database and then input the value selected in a textbox. this is what I have, but the textbox does not update. Please help…
<?php $user = '***'; $pass = '********'; $dbName = '******'; $dbHost = 'localhost'; $con_err = 'connection error'; if (!@mysql_connect($dbHost, $user, $pass) ||!@mysql_select_db($dbName) ) { die ($con_err); } else { echo 'CONNECTED to Server', ""; } ?>
Select category