What would you guys recommend as a good and free opensource file
management system?
TIA.
--
Sign Up for free Email at http://ureg.home.net.my/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Then Ashley Sheridan said:
Why do you need a regex here? All the URL's have the same foremost
component, which is exactly 38 characters in length. Do you perchance
need a regualr expression to parse other URL's?
If you just need to extract everything before the first ampersand, then
strpos and
Let's say I have these URLs
http://example.com/index.php?q=gallery
http://example.com/index.php?q=gallery&g2_itemId=81
http://example.com/index.php?q=gallery&g2_itemId=100
I want to have a line of code that will extract just the
"http://example.com/index.php?q=gallery"; part of the URL.
I am
Hi all, I have a short script that I want to store the last login time
and the host IP number (harcoded for the moment). Those two variables
are stored in $last_login, which is an array.
[EMAIL PROTECTED] test]# cat lt.php
time(), 'host' => "192.168.10.100");
$serialize_last_login = serializ
Quoting Shelley <[EMAIL PROTECTED]>:
> I don't think it works.
>
> I tried.
> The screen always said 0%, 0 of 0 byte until the file is uploaded.
> Is that what you mean progress bar?
>
> --
> Regards,
> Shelley (http://phparch.cn)
It work fine. And that's what we meant by progress bar.
--
Roge
Am currently running Plesk 8.0.1 . A php script with phpinfo() will give:
...
...
'--with-kerberos' '--with-ldap=shared' '--with-mysql=shared,
...
...
But am not able to locate the LDAP section that normally looks like:
LDAP Supportenabled
RCS Version $Id: ldap.c,v 1.130.2.11 2005/01/19 0
Quoting Justin French <[EMAIL PROTECTED]>:
> Theory 3:
> For more complex transformations (I have a library which performs heaps
> of transformations for paragraphs, headings, line breaks, ol and ul
> lists, and heaps more), ...
and where can we find that library ?
--
-
nebody know where i can find a script that does something like:
(the admin module)
- add/edit/delete tv programme lineup daily/weekly/monthly
- lineup will include things like programme title, episode, time, synopsis etc
(the public portion)
- can perform search
- calendar
- hilights
- etc
pls a
PEAR Date Calc is your friend.
rgds.
--
Quoting "CPT John W. Holmes" <[EMAIL PROTECTED]>:
> From: "Dan Anderson" <[EMAIL PROTECTED]>
>
>
> > Does anybody know how to generate calendars easily? (i.e. print out
> > complete calenders from the current month on)
>
> I'd check out PEAR or phpcla
the output of this short mcal-php script is 0. and the no /var/calendar/[EMAIL
PROTECTED] mcal file was created.
appreciate some advise.
","cal","passwd");
mcal_event_set_title($stream,$title);
mcal_event_set_description($stream,$description);
mcal_event_set_category($stream,$category);
mcal_ev
print date('Y-m-d',mktime(0,0,0,date('m'),date('d')+30,date('Y')));
Quoting James Johnson <[EMAIL PROTECTED]>:
> Sorry about the previous post.
>
> Hi,
>
> I need to make a date that is 30 days from the current date, and, am
> having problems with mktime
>
> Here's what I've tried:
>
> $endD
i am using Horde's IMP.
i am playing with the idea of saving mail attachment(s) into another server.
the mail server is like mail.example.com on server-A and the 2nd server is like
photos.example.com on server-B.
is this _normally_ done with cURL and/or snoopy ?
appreciate some guidelines.
rgd
the manual. I guess it's time for me to call
> it a night.
>
> Thanks.
>
>
> -Original Message-
> From: Sn!per [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 15, 2003 1:21 AM
> To: Ralph Guzman
> Cc: PHP General Mailing List
> Subject: Re: [P
rgds.
Quoting Ralph Guzman <[EMAIL PROTECTED]>:
> How can I get the last day for the current month?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
---
Sign Up for f
i have a textarea where ppl will enter their bio.
after they submit the form, i need to compute the size of their bio in bytes _without_
creating any file. is this at all possible ?
please advise.
sample script:
rgds.
---
Sign Up for free
I have several admin modules for my portal. And I have also several admin users who
are supposed to have access only to certain modules.
Say, the superadmin can access ALL modules (modA, modB, modC, modD) and
admin-A can only access modA and modB
admin-B can only access modA and modD
...
...
How
16 matches
Mail list logo