Forum Replies Created
- AuthorPosts
ljackson
Participanthi mate,
got it working ๐ thanks
here is the updated code
foreach($attachments as $image)
{
$filename = $image['filename'];
$query4 = "INSERT INTO tbl_accommodation_images (accommodationID,fileName) VALUES ('$aID','$filename')";
mysqli_query($con, $query4) or die(mysqli_error($con));
}ljackson
Participantjust changed to mysqli from mysql and its now working on my localhost.
strange!!
think you might be correct, as that is one of the things ive changed n my code ๐
- This reply was modified 11 years, 9 months ago by
ljackson.
ljackson
Participantthats good ๐
yes its being run through wamp server and i cant see any problems in firebug.
the only thing i have noticed is if javascript is disabled it will say
The connection was reset
The connection to the server was reset while the page was loading.ljackson
Participantthanks for your reply,
here is a link to my form
http://www.kernow-connect.com/quform/add_job.php
i was testing on my localhost and did have it working but then it stopped all of a suddon, iโve uploaded it to my test server and created the db etc and it is working on the live site above the problem has gone, but im not sure if it will come back again as it is still occuring on my localhost?
could you look at the page for potential problems please?
thank you- This reply was modified 11 years, 9 months ago by
- AuthorPosts