Relative Content

Tag Archive for phphtmlmysql

Create a PHP script to sent data into MySQL database

I need some advice. I have been given this assignment at my internship. The task is to create a booking calendar. I managed to create it but currently I have a problem with the backend specifically with sending data from the form to the database using php.

How to upload image onto server with php?

I would like to send my image to a folder on my server and save the relative path in the database so that I can use it later, but my current code does not work, it is impossible to move the image to my user-images folder

How to upload image on database with php?

I would like to send my image to a folder on my server and save the relative path in the database so that I can use it later, but my current code does not work, it is impossible to move the image to my user-images folder

HTML/PHP Won’t add to MySQL

I’m running into an issue with my code where the PHP portion of it works, the mysql portion works, and I’m pretty sure the html portion works but I can’t put it all together for some reason. If I had to take a guess the html is wrong or I’m missing something.