Skip to content

Tag: mysql

php echo statement fails to execute

I am trying display data from mysql database from within an echo statement, but it crashes the webpage. I have tried many different ways to do the same, but it still fails every time here is the code. Look at the line where I say “this is the offending line.” As soon as I remove that line, everyth…

Register Form PHP not inserting values into DB, just reloading the page

I really can not find what am I doing wrong in my registration form, unfortunately the page is just reloading instead of inserting values from form to my DB table. Register.php Connection.php Register Form Answer Please make sure the following line has no problem when it is interpreted by the PHP: On the othe…

MySQL8 connection with php7.3 and Symfony 5 does not work

I have a connection problem with a mysql8 database, php7.3 and Symfony 5. The user and the password are correct ! The connection to MySQL8 database must be done from an SSH tunnel The SSH tunnel is working : MySQL access configuration: Doctrine configuration : I have the same problem with heidiSQL and on the …