Forum: PHP 21 Days Ago |
| Replies: 2 Views: 245 Thanks for your help - I do have an include with the connection data on the original page, but didn'add it to my sample above, appreciate this can be misleading. I'll try your other recommendations... |
Forum: PHP 21 Days Ago |
| Replies: 2 Views: 245 I am new to arrays, and was thinking they could help me in my racing project. I have two pages, one displaying the data, and the other, currently used as a php include, that contains the array.
I... |
Forum: PHP Apr 5th, 2009 |
| Replies: 7 Views: 516 Thanks, appreciate the trouble you're going to.
I've looked at your link, and attach a screenshot of how I see it. The code in it's entirety is below.
<!DOCTYPE html PUBLIC "-//W3C//DTD... |
Forum: PHP Apr 5th, 2009 |
| Replies: 7 Views: 516 Excellent, thanks. Unfortunately, it hasn't made any significant change to the result I'm getting. |
Forum: PHP Apr 3rd, 2009 |
| Replies: 7 Views: 516 I'm trying to develop a web gallery, but have been struggling with laying out the thumbnails, and paginating the results. I found a tutorial, but have been experiencing problems with it. Can anyone... |
Forum: PHP Apr 2nd, 2009 |
| Replies: 1 Views: 771 I'm experiencing problems with this gallery tutorial - the following error message is being displayed:
Error message: Parse error: syntax error, unexpected T_ECHO in... |
Forum: PHP Mar 30th, 2009 |
| Replies: 1 Views: 277 I'm using PHP to piece together photos on my website. I have the pieces in the correct order, but there is white space between each photo. At the moment, the only Css I have is placing the black... |
Forum: PHP Dec 11th, 2008 |
| Replies: 1 Views: 359 Evening
I am trying experiencing problems with a new layout. I am trying to achieve the following style:
http://www.further-flight.co.uk/testing/notes/attempt.htm
My current layout has... |
Forum: PHP May 17th, 2008 |
| Replies: 3 Views: 620 Thanks, glad to know it is possible, can save a lot of time.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head><link rel="stylesheet"... |
Forum: PHP May 16th, 2008 |
| Replies: 3 Views: 620 Hi There
I have a very simple web gallery in php and mysql. I have noticed upon creating it, that I have several fields in my database contacting the same information (to a certain extent) and I... |
Forum: PHP May 9th, 2008 |
| Replies: 4 Views: 700 Thank you, that could indeed be a possibility. I'd like to try out the structure I'm aiming for first, though, if anyone has thoughts on how to achieve it. |
Forum: PHP May 8th, 2008 |
| Replies: 4 Views: 700 Thanks for taking the time to respond. While my internet has been down, I've been back to basics - my level of basics, and am a step nearer to achieving the gallery I want:
... |
Forum: PHP May 7th, 2008 |
| Replies: 4 Views: 700 The following code given to me in another forum, as a "simple photo gallery" code, but I'm still experiencing problems with it. I don't know how to make the two pages interact correctly. I am... |
Forum: PHP May 4th, 2008 |
| Replies: 11 Views: 5,608 Another step forward - thank you!
Result: http://www.equinefocus.co.uk/personal/gallery.php
gallery.php code:
http://www.equinefocus.co.uk/personal/gallery.pdf
gallery_template.htm code:... |
Forum: PHP May 3rd, 2008 |
| Replies: 11 Views: 5,608 Many thanks for your assistance - adding the line regarding the database removed the error message!
Unfortunately, now, I have a blank page, not the photo gallery I was hoping for. Does anyone... |
Forum: PHP May 2nd, 2008 |
| Replies: 11 Views: 5,608 Really sorry, it hasn't worked. Error message: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in... |
Forum: PHP Apr 30th, 2008 |
| Replies: 11 Views: 5,608 Thanks for the prompt response.
The code now looks like this: http://www.equinefocus.co.uk/personal/gallery.pdf
I am getting the error message: |
Forum: PHP Apr 30th, 2008 |
| Replies: 11 Views: 5,608 Hi There
I'm a newcomer to php trying to develop a basic photo album. I have created a simple template in htm, and am trying to use php to show 15 thumbnails per page. However, I am experiencing... |