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
> 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 t
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.
> >>
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 fu
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
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:
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 ne
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
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 woul
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.
[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 k.now
Sure you can, Paul. See
http://www.lily-gallery.com/h/showlily.php?id=53&div=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 ha
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 me
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 me. The
only thing I k.n
14 matches
Mail list logo