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… I have inserted the ; and } but it still does not work.
<?php $user = '********'; $pass = ********'; $dbName = '********'; $dbHost = '********'; $con_err = '********'; if (!@mysql_connect($dbHost, $user, $pass) ||!@mysql_select_db($dbName) ) { die ($con_err); } else { echo 'CONNECTED to Server', ""; } ?>
Select category
OpzMaster: Duplicate thread, locking post!