Relative Content

Tag Archive for phphtmlforms

Php not handling form data correctly

I have A court rental page where people can choose amenities for their courts, after checking checkboxes and submitting the form, Php is only receiving 1 of the checkboxes, I basically want to take the id of the court I create, and the id of the selected amenities from the database and put them in a junction table so it would look something like
Court_id Amenity_id
1 1
1 2 etc…

HTML Form not submitting – PHP

For my website I have a contact form but when I try to submit the form, nothing happens.
I checked other answers on this webiste but I can’t seem to find the issue. The button does something, because when I try to submit with the fields not populated properly, I get the warning messages.

Como crear un select que funcione como filtro en php y html

Buenas compañeros programadores estoy realizando un web app para un proyecto de clase en php y html, pero estoy algo atorado con un proceso en especifico pues logre crear un select que básicamente me muestra la información de unas de las columnas almacenadas en este caso el nombre de empleado, pero necesito que una vez seleccionado alguno de los nombres en la lista del select, exista ya sea un botón u otra manera para que haga una consulta y en un contenedor de otra pagina me muestre toda la ficha con la información del empleado.