Børge Holen wrote:
> On Monday 18 February 2008 00:10:30 John Meyer wrote:
>> Daniel Brown wrote:
>>> On Feb 17, 2008 5:37 PM, nihilism machine <[EMAIL PROTECTED]>
> wrote:
i am using this code to get the extension of a filename:
$extension = strtolower(strrchr($fileName,"."));
At 5:56 PM -0500 2/17/08, Daniel Brown wrote:
On Feb 17, 2008 5:37 PM, nihilism machine <[EMAIL PROTECTED]> wrote:
i am using this code to get the extension of a filename:
> $extension = strtolower(strrchr($fileName,"."));
how can i get the text BEFORE the . (period)
You can STFW an
Since you provide the suffice (extension) to basename, it's not
basename that's broken...
It's not knowing what extension you wanted to provide in the first
place...
On Mon, February 18, 2008 11:56 am, Nick Stinemates wrote:
> Richard Lynch wrote:
>> On Sun, February 17, 2008 4:37 pm, nihilism ma
Richard Lynch wrote:
> On Sun, February 17, 2008 4:37 pm, nihilism machine wrote:
>
>> i am using this code to get the extension of a filename:
>>
>> $extension = strtolower(strrchr($fileName,"."));
>>
>> how can i get the text BEFORE the . (period)
>>
>
> http://php.net/basename
>
>
Fun
On Sun, February 17, 2008 4:37 pm, nihilism machine wrote:
> i am using this code to get the extension of a filename:
>
> $extension = strtolower(strrchr($fileName,"."));
>
> how can i get the text BEFORE the . (period)
http://php.net/basename
--
Some people have a "gift" link here.
Know what I
John Meyer wrote:
> Børge Holen wrote:
>> On Monday 18 February 2008 00:10:30 John Meyer wrote:
>>
>>> Daniel Brown wrote:
>>>
On Feb 17, 2008 5:37 PM, nihilism machine
<[EMAIL PROTECTED]>
>> wrote:
>>
> i am using this code to get the extension of a filename:
>
>>>
Børge Holen wrote:
On Monday 18 February 2008 00:10:30 John Meyer wrote:
Daniel Brown wrote:
On Feb 17, 2008 5:37 PM, nihilism machine <[EMAIL PROTECTED]>
wrote:
i am using this code to get the extension of a filename:
$extension = strtolower(strrchr($fileName,"."));
how c
On Feb 17, 2008, at 256PM, Daniel Brown wrote:
On Feb 17, 2008 5:37 PM, nihilism machine
<[EMAIL PROTECTED]> wrote:
i am using this code to get the extension of a filename:
$extension = strtolower(strrchr($fileName,"."));
how can i get the text BEFORE the . (period)
You can STFW and RT
On Monday 18 February 2008 00:10:30 John Meyer wrote:
> Daniel Brown wrote:
> > On Feb 17, 2008 5:37 PM, nihilism machine <[EMAIL PROTECTED]>
wrote:
> >> i am using this code to get the extension of a filename:
> >>
> >> $extension = strtolower(strrchr($fileName,"."));
> >>
> >> how can i get the
Daniel Brown wrote:
On Feb 17, 2008 5:37 PM, nihilism machine <[EMAIL PROTECTED]> wrote:
i am using this code to get the extension of a filename:
$extension = strtolower(strrchr($fileName,"."));
how can i get the text BEFORE the . (period)
You can STFW and RTFM. This list should
On Feb 17, 2008 5:37 PM, nihilism machine <[EMAIL PROTECTED]> wrote:
> i am using this code to get the extension of a filename:
>
> $extension = strtolower(strrchr($fileName,"."));
>
> how can i get the text BEFORE the . (period)
You can STFW and RTFM. This list should never be your first pla
i am using this code to get the extension of a filename:
$extension = strtolower(strrchr($fileName,"."));
how can i get the text BEFORE the . (period)
?
thanks in advance.
-e
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
12 matches
Mail list logo