Re: [PHP] Creating a Photo Album

2006-04-08 Thread tedd
Paul: To continue top-posting, It's pretty simple, just store the images in a folder, place the url's to the images in MySQL, create a web page that can show an image and pulls the first one from the dB with a reference such that when someone clicks the picture, it increments and pulls the

Re: [PHP] Creating a Photo Album

2006-04-08 Thread Paul Goepfert
I'm not looking for someome to do it for me. I would like to learn how to do this my self. I have written code in Java and C/C++ before. From the function list in the PHP manual some of the functions look like the C/C++ functions. Thanks, Paul On 4/8/06, tedd [EMAIL PROTECTED] wrote: Paul:

Re: [PHP] Creating a Photo Album

2006-04-08 Thread Robert Cummings
On Sat, 2006-04-08 at 14:00, Paul Goepfert wrote: I'm not looking for someome to do it for me. I would like to learn how to do this my self. I have written code in Java and C/C++ before. From the function list in the PHP manual some of the functions look like the C/C++ functions. That's a

Re: [PHP] Creating a Photo Album

2006-04-08 Thread tedd
At 3:14 PM -0400 4/8/06, Robert Cummings wrote: On Sat, 2006-04-08 at 14:00, Paul Goepfert wrote: I'm not looking for someome to do it for me. I would like to learn how to do this my self. I have written code in Java and C/C++ before. From the function list in the PHP manual some of the

Re: [PHP] Creating a Photo Album

2006-04-08 Thread Robert Cummings
On Sat, 2006-04-08 at 18:38, tedd wrote: At 3:14 PM -0400 4/8/06, Robert Cummings wrote: On Sat, 2006-04-08 at 14:00, Paul Goepfert wrote: I'm not looking for someome to do it for me. I would like to learn how to do this my self. I have written code in Java and C/C++ before. From the

Re: [PHP] Creating a Photo Album

2006-04-08 Thread tedd
Rob: Isn't php written in C? It is, but so are many other languages that don't keep much of the C philosophy :) Part of the philosophy behind PHP was to make it easy for developers writing traditional CGI (the hard way in C) to make the switch to PHP. The other part of the philosophy was

Re: [PHP] Creating a Photo Album

2006-04-08 Thread Robert Cummings
On Sat, 2006-04-08 at 19:46, tedd wrote: Rob: Well, I agree with you. I like the cryptic nature of php; and it being absent from all the pointer confusion; and I especially like the way php handles strings. For me, C was always problematic in the string area. Plus, php linked with

Re: [PHP] Creating a Photo Album

2006-04-07 Thread Chris
Paul Goepfert wrote: Hi all, I am postilng pictures up on a website. So far I have a picture per page. This will get not be very efficient as time goes on. Is there anyway that I can have one page with only the image updating? Can this be done in PHP. If it can would someone explain it to

Re: [PHP] Creating a Photo Album

2006-04-07 Thread Gerry Danen
Sure you can, Paul. See http://www.lily-gallery.com/h/showlily.php?id=53div=1 for an example. There are 5 thumbnails and they all link to photo.php to display the larger version. On 4/7/06, Paul Goepfert [EMAIL PROTECTED] wrote: Hi all, I am postilng pictures up on a website. So far I have a

RE: [PHP] Creating a Photo Album

2006-04-07 Thread Jay Blanchard
[snip] I am postilng pictures up on a website. So far I have a picture per page. This will get not be very efficient as time goes on. Is there anyway that I can have one page with only the image updating? Can this be done in PHP. If it can would someone explain it to me. The only thing I

Re: [PHP] Creating a Photo Album

2006-04-07 Thread Jason S. Motes
Jay Blanchard wrote: [snip] I am postilng pictures up on a website. So far I have a picture per page. This will get not be very efficient as time goes on. Is there anyway that I can have one page with only the image updating? Can this be done in PHP. If it can would someone explain it to me.

Re: [PHP] Creating a Photo Album

2006-04-07 Thread tedd
At 12:13 AM -0700 4/7/06, Paul Goepfert wrote: Hi all, I am postilng pictures up on a website. So far I have a picture per page. This will get not be very efficient as time goes on. Is there anyway that I can have one page with only the image updating? Can this be done in PHP. If it can

Re: [PHP] Creating a Photo Album

2006-04-07 Thread Paul Goepfert
updating by user click for now. I might change that in the future to update by interval. Paul On 4/7/06, tedd [EMAIL PROTECTED] wrote: At 12:13 AM -0700 4/7/06, Paul Goepfert wrote: Hi all, I am postilng pictures up on a website. So far I have a picture per page. This will get not be