Posts by fraza0 • 26 points
2 posts
-
1
votes1
answer197
viewsA: Group PHP Array()
Can do for example a foreach where it stores the values in the mod_base in a new array and then prints it $new_array = array(); foreach($array as $key => $value){ if($key == 'mod_base'){…
-
0
votes2
answers985
viewsA: Insert a data from a Combobox (PHP) into the Database
If I understood your question well after popular the Combobox (CB), my suggestion would be through Javascript (or jQuery), fetch the value that is in the CB and send to a PHP where will do the query…