Hi i’m trying to make the value chosen in combobox be write whit echo after i hit submit but i can’t make it here is the code I have [php]
<form action="">
[/php]
Hi i’m trying to make the value chosen in combobox be write whit echo after i hit submit but i can’t make it here is the code I have [php]
<form action="">
[/php]
Try to code below and notice I made a change to line 15 and 25, you’re also using a bunch of obsolete SQL functions, that should be converted to PDO.
[php]
<form action="">
[/php]