Forum: PHP Mar 6th, 2009 |
| Replies: 10 Views: 973 No, that doesn't work - nothing shows now. I'm obviously missing something. I think I read somewhere on the net that you need one page to call up the pictures, and another to display them but I can't... |
Forum: PHP Mar 5th, 2009 |
| Replies: 10 Views: 973 Hi, thanks for responding. I'm storing the images actually in the database. I want to be able to allow a user to upload pictures with captions, then output all the pictures with their associated... |
Forum: PHP Mar 5th, 2009 |
| Replies: 10 Views: 973 I'm trying to display in a web page all the images stored in a database. THis is my code, but it only displays the first picture:
<?php
include "cysylltiad.php";
$result = mysql_query("SELECT *... |
Forum: PHP Oct 13th, 2008 |
| Replies: 3 Views: 657 Hello, thanks so much for responding. The permissions are all OK.
Here is the hmtl form(slightly truncated - with the old data from the table called up with php echos):
<form... |
Forum: PHP Oct 13th, 2008 |
| Replies: 3 Views: 657 Sorry to ask such a stupid question, but can't understand why this simple instruction to upload a file (passed from an html form) isn't working:
move_uploaded_file($_FILES['pic']['tmp_name'],... |
Forum: PHP Oct 13th, 2008 |
| Replies: 2 Views: 582 Thank you for this, but I'm not loading the same image more than once - there are four different images to be loaded, they just overwrite existing images. There are four fields in the form for the... |
Forum: PHP Oct 13th, 2008 |
| Replies: 2 Views: 582 Hello, hope someone can help. I've created a simple interface for a website owner to carry out very limited editing. On the first page, there's a form which uploads just one picture to a picture... |
Forum: MySQL Oct 12th, 2008 |
| Replies: 1 Views: 949 Yes, I know this is a common one, but I've inserted images in a database and can't for the life of me get them to display. And before anyone suggests I shouldn't do it, they are only small pictures... |