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
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
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
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
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
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
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
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
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
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(
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
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
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
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
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
, 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
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
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
>
>