I have a iframe
that loads a PHP page which is used to enter notes in a MySQL table. The notes are entered from a simple form with input
. The form is sent to the page loaded in iframe
, which receives the data of input
and saves it in the database.
The problem is that the code works perfectly in local, but when uploading it to the server, it gives me the error 500. Does anyone know what it is?