Posts by Frug • 55 points
3 posts
-
0
votes2
answers52
viewsQ: Problem adding photo to database, what to do?
I choose a photo through this part of the code on a php page: <label for="foto">Foto:</label> <input type="file" name="foto"><br><br> And then I need to register her in…
-
2
votes2
answers32
viewsQ: Problems saving information to a database column
I need to take a typed information and give the uptade in a field (Pont), but the field needs to be on the same line as a selected player in my combobox(cmbtime). So when I selected the player in…
-
3
votes2
answers581
viewsQ: Retrieve PHP combobox information
I want to insert the contents of the combobox in the database by POST, but I can’t. Here the excerpt from the combobox, which pulls the data from a table <select name="cmbtimes"> <?php…