Hi,
I'm trying to do a simple website where I can upload some information about homes and add photos to a MySQL database and then display the information.
So I have an html form that sends the details of the home to a php file called details.php. The html form is as follows.
<!DOCTYPE html> <html> <body>
<form action="details.php" method="POST">
<pre> Name <input type="" name="name"> Bedrooms <input type="text" name="bedrooms"> Length <input type="text" name="length"> Width <input t