![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Feb 2005
Posts: 74
Rep Power: 4
![]() |
picture viewer
I was wanting to put a picture viewer on one of my pages. I was wanting to see if I could write it in php, although it would probably be a lot easier in javascript.
How would I go about doing this? some psuedo code would be great! I've been thinking about it but haven't got it all down as to what I will need? Any suggestions, or just doi it in javascript.
__________________
Lorem ipsum dolor sit amet... |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
1) pictures / links to pics in a MySQL database...
2) loop through the database records sequentially or randomly 3) display in website, with PHP code for layout and thumbnails, searching...
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 |
|
Programmer
Join Date: Feb 2005
Posts: 74
Rep Power: 4
![]() |
OK but but how do I write the part to display the picture? do I stick the query in an <img src> tag?
__________________
Lorem ipsum dolor sit amet... |
|
|
|
|
|
#4 | |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: MA, US
Posts: 204
Rep Power: 4
![]() |
Quote:
something like: <?php print "<img src=\"$location\"/>"; ?>
__________________
"A stupid man's report of what a clever man says can never be accurate, because he unconciously translates what he hears into something he can understand." - B. Russell http://web.bryant.edu/~srk2 |
|
|
|
|
|
|
#5 |
|
Programming Guru
![]() ![]() ![]() |
Yep... the <img src> tags... Skuinders hit it right on the money...
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#6 |
|
Programmer
Join Date: Feb 2005
Posts: 74
Rep Power: 4
![]() |
Thanks, I've already got started and if I have any questions I new exactly where to ask it!
__________________
Lorem ipsum dolor sit amet... |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|