Re: [PHP] reading from dir and displaying thumbs

2003-07-24 Thread Ryan A
oops sorry,
I guess I deleted that one accidently. Its kind of hard to keep track as
suddenly the volume of the list has gotten higher it seems. Will look into
that.
Cheers,
-Ryan


- Original Message -
From: Jason Wong [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 5:23 AM
Subject: Re: [PHP] reading from dir and displaying thumbs


 On Thursday 24 July 2003 07:41, Ryan A wrote:

  I want to convert my old java greetings programs into php scripts but am
  stuck on one little thing.
  I have a bunch of thumbnails in a 3 directories, the problem is the
number
  of thumbnails in each directory is differient...how do i first make the
  script look into the directory, display (maybe 15 per page?) thumbnails
  with a link to the main program which will take one parameter depending
on
  the thumbnail name.
  eg:
  thumbnail name is 1.jpg so that thumbnail should have a link such as a
  href /somescript.php?name=1

 If this post looks suspiciously familiar its probably because of:

   http://marc.theaimsgroup.com/?l=php-generalm=105842231927001w=2

  Anybody have any ideas or links please tell me.

 Frisk the usual suspects for ready made code:

 freshmeat.net
 sourceforge.net
 www.phpclasses.org
 www.zend.com

 --
 Jason Wong - Gremlins Associates - www.gremlins.biz
 Open Source Software Systems Integrators
 * Web Design  Hosting * Internet  Intranet Applications Development *
 --
 Search the list archives before you post
 http://marc.theaimsgroup.com/?l=php-general
 --
 /*
 The moon is a planet just like the Earth, only it is even deader.
 */


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] reading from dir and displaying thumbs

2003-07-23 Thread Ryan A
Hi guys,
I want to convert my old java greetings programs into php scripts but am
stuck on one little thing.
I have a bunch of thumbnails in a 3 directories, the problem is the number
of thumbnails in each directory is differient...how do i first make the
script look into the directory, display (maybe 15 per page?) thumbnails with
a link to the main program which will take one parameter depending on the
thumbnail name.
eg:
thumbnail name is 1.jpg so that thumbnail should have a link such as a href
/somescript.php?name=1

Anybody have any ideas or links please tell me.
Cheers!
-Ryan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] reading from dir and displaying thumbs

2003-07-23 Thread Jason Wong
On Thursday 24 July 2003 07:41, Ryan A wrote:

 I want to convert my old java greetings programs into php scripts but am
 stuck on one little thing.
 I have a bunch of thumbnails in a 3 directories, the problem is the number
 of thumbnails in each directory is differient...how do i first make the
 script look into the directory, display (maybe 15 per page?) thumbnails
 with a link to the main program which will take one parameter depending on
 the thumbnail name.
 eg:
 thumbnail name is 1.jpg so that thumbnail should have a link such as a
 href /somescript.php?name=1

If this post looks suspiciously familiar its probably because of:

  http://marc.theaimsgroup.com/?l=php-generalm=105842231927001w=2 

 Anybody have any ideas or links please tell me.

Frisk the usual suspects for ready made code:

freshmeat.net
sourceforge.net
www.phpclasses.org
www.zend.com

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
The moon is a planet just like the Earth, only it is even deader.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] reading from dir and displaying thumbs

2003-07-17 Thread Jason Wong
On Thursday 17 July 2003 02:44, Ryan A wrote:

 I want to convert my old java greetings programs into php scripts but am
 stuck on one little thing.
 I have a bunch of thumbnails in a 3 directories, the problem is the number
 of thumbnails in each directory is differient...how do i first make the
 script look into the directory, display (maybe 15 per page?) thumbnails
 with a link to the main program which will take one parameter depending on
 the thumbnail name.
 eg:
 thumbnail name is 1.jpg so that thumbnail should have a link such as a
 href /somescript.php?name=1

What exactly is your problem? 

reading from dir? 
  manual  Directory functions
  manual  Filesystem functions

displaying thumbs?
  manual  Image functions

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Digital circuits are made from analog parts.
-- Don Vonada
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] reading from dir and displaying thumbs

2003-07-16 Thread Ryan A
Hi guys,
I want to convert my old java greetings programs into php scripts but am
stuck on one little thing.
I have a bunch of thumbnails in a 3 directories, the problem is the number
of thumbnails in each directory is differient...how do i first make the
script look into the directory, display (maybe 15 per page?) thumbnails with
a link to the main program which will take one parameter depending on the
thumbnail name.
eg:
thumbnail name is 1.jpg so that thumbnail should have a link such as a href
/somescript.php?name=1

Anybody have any ideas or links please tell me.
Cheers!
-Ryan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php