Re: [PHP] Having an issue with a Directory Listing in the php Scripting

2002-08-09 Thread Analysis Solutions
On Fri, Aug 09, 2002 at 08:58:41AM -0500, §§ Duncan MacLeod §§ wrote: I am only being able to list the first file in each of the directories. Not the entire directory. ... snip ... Although, the only files I really need out of the directory are going to be '.JPG', '.jpg', '.GIF', '.gif',

Re: [PHP] Having an issue with a Directory Listing in the php Scripting

2002-08-09 Thread §§ Duncan MacLeod §§
it seems as though this wold work great if I had the script running in a actual php.. the initial file is index.php but calls to indexcontent.inc that calls to another inc file that has the actual content info in it. maybe it would help if put a copy of the inc file and a copy of the php files..

Re: [PHP] Having an issue with a Directory Listing in the php Scripting

2002-08-09 Thread Analysis Solutions
Hi Duncan: On Fri, Aug 09, 2002 at 04:14:47PM -0500, §§ Duncan MacLeod §§ wrote: it seems as though this wold work great if I had the script running in a actual php.. the initial file is index.php but calls to indexcontent.inc that calls to another inc file that has the actual content info in