[PHP] Read Files

2002-11-30 Thread Randum Ian
Hi all, I have a directory of files which are split up into sections based on 'full', 'summary' and 'competitions'. This is shown in the filename as follows: ministry-full-6122002.inc I want to be able to search thru the dir looking for all the 'full' files, then sorting them by date and includi

[PHP] Read Files

2002-11-30 Thread Randum Ian
Hi all, I have a directory of files which are split up into sections based on 'full', 'summary' and 'competitions'. This is shown in the filename as follows: ministry-full-6122002.inc I want to be able to search thru the dir looking for all the 'full' files, then sorting them by date and includi

RE: [PHP] Read Files

2002-11-30 Thread Randum Ian
simple way I can just grab the date and sort it by order? Should I change the format of the date to make it easier or something? -Original Message- From: Chris Wesley [mailto:[EMAIL PROTECTED]] Sent: 30 November 2002 20:25 To: [EMAIL PROTECTED] Cc: Randum Ian Subject: Re: [PHP] Read Files

RE: [PHP] Read Files

2002-11-30 Thread Randum Ian
Would it just be easier to do it by file last modified date then? -Original Message- From: Jeffrey B.Ferland [mailto:[EMAIL PROTECTED]] Sent: 30 November 2002 21:57 To: Randum Ian Subject: Re: [PHP] Read Files On Saturday 30 November 2002 04:47 pm, you wrote: > Thanks a lot Chris t

[PHP] Weblogs

2002-12-01 Thread Randum Ian
Can anybody recommend a good PHP weblog script? Cheers in advance, Randum Ian [EMAIL PROTECTED] DJ / Reviewer / Webmaster, DancePortal (UK) Limited DancePortal.co.uk - Global dance music media

[PHP] ezmlm

2002-12-06 Thread Randum Ian
Sorry to be off-topic but has anyone got any good resources on setting up exmlm? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] FTP Listings for HTML page

2002-12-13 Thread Randum Ian
Hi guys, I am maintaining a list of files on an FTP server and it would be great if I could get a very simple list of all the files and their directory names so I can generate a HTML page with the information. Is this doable? Randum Ian [EMAIL PROTECTED] DJ / Reviewer / Webmaster, DancePortal

RE: [PHP] FTP Listings for HTML page

2002-12-13 Thread Randum Ian
Would I be able to do this for an ftp server where I have to log in? -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: 13 December 2002 19:07 To: Randum Ian; [EMAIL PROTECTED] Subject: Re: [PHP] FTP Listings for HTML page Yes it is doable. see. open_dir

[PHP] Simple Solution To Login And Upload

2003-01-27 Thread Randum Ian
Hi guys, I am looking for a very simple login script that logs a person in with a unique login username/password and then logs them into a very basic control panel where they can upload image files and delete them. Can anybody help me out that would be much appreciated. Cheers, Ian. -- PHP Gene

[PHP] Sort List But NOT After Date Has Passed.

2003-02-01 Thread Randum Ian
Hi guys, I have a script which looks in a directory, pulls out all the files and sorts them by reverse date order. The file name schema is "mmdd-the rest of the file". Script: --- $interestingFile = array(); $interestingFiles = array(); $dir = opendir('/home/danceportal/www/uk/ian') or die(

[PHP] Converting links in strings

2003-02-04 Thread Randum Ian
Hi all, Please can someone direct me to the correct function that changes http://www.foo.com to http://www.foo.com";>http://www.foo.com for any occurence in a string. Cheers, Ian. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image Resize

2003-02-23 Thread Randum Ian
Hi guys, Is it possible to resize an uploaded file to 10% of it's size and rename it accordingly? I have the filename for the full-size image as "filename-WWWxHHH.jpg" where WWW is the width and HHH is the height. I want the re-sized image to have the filename "filename-thumb-WWWxHHH.jpg" where

[PHP] Multiple Data Requests

2003-02-24 Thread Randum Ian
Hi guys, Wonder if you can help me with this. I have a "recording_global" table which has "recording_global_id" in and "dj_global_id". I want to be able to sort the "recording_global" table alphabetically by dj name which I need to find from the "dj_global_id" table referencing it from the ID

[PHP] Trouble Passing Variables On Test Server

2003-02-25 Thread Randum Ian
Hi guys, I have installed a test sever from those guys are FirePages.com.au on my Windows XP Machine at home to test websites on http://localhost. The only problem is the forms are not passing on the variables. I have used the same scripts on a webserver and they work fine. Could anyone tell me

RE: [PHP] URL correctimizer ... how to make one?

2003-07-20 Thread Randum Ian
And even if it is copyrighted as soon as you change variable names and so on that copyright does not apply. -Original Message- From: Justin French [mailto:[EMAIL PROTECTED] Sent: 20 July 2003 14:00 To: Curt Zirzow Cc: php Subject: Re: [PHP] URL correctimizer ... how to make one? On Sund

Re: [PHP] Possible My Website was hacked... with PHP... please tell me what this is???

2003-07-31 Thread Randum Ian
, but this is kinda following > on, so please forgive me :) > > -skate- > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Randum Ian [EMAIL PROTECTED] CBDagency Web Consultant http://www.cbdagency.com DancePortalGloba

Re: [PHP] Dynamic Form

2003-03-24 Thread Randum Ian
Hi Keven, > Hi, > > Can someone tell me if I can use php to accomplish > the following: > > I would like to create a form that can: > > A. Total the sum of a certain number of numerical > fields, Before the user clicks submit > > B. Automatically fill in sections of a form > based on selection

Re: [PHP] BIT OT - preventing double submit

2003-04-04 Thread Randum Ian
Isn't it easy just to do an "onClick Disable Button" kinda thing? > i've seen this mentioned here a few times , ok its jsript , but i dont > think there is anyone here who doesnt use any jscript or even html ?? > heh > > basically all u do is disable the button once pressed > >