"David Hutto" wrote:
>On Tue, Mar 1, 2011 at 2:28 AM, David Hutto
>wrote:
>> On Mon, Feb 28, 2011 at 10:07 PM, Alexis
>wrote:
>>> Hi,
>>>
>>> I know not strictly a PHP question, but was just wondering if
>someone can
>>> tell me the regex format for something please.
>>>
>>> I need to replace
>
On Tue, Mar 1, 2011 at 2:28 AM, David Hutto wrote:
> On Mon, Feb 28, 2011 at 10:07 PM, Alexis wrote:
>> Hi,
>>
>> I know not strictly a PHP question, but was just wondering if someone can
>> tell me the regex format for something please.
>>
>> I need to replace
>> ..
>> with
>>
>
> A
On Mon, Feb 28, 2011 at 10:07 PM, Alexis wrote:
> Hi,
>
> I know not strictly a PHP question, but was just wondering if someone can
> tell me the regex format for something please.
>
> I need to replace
> ..
> with
>
A good text editor should have find .. and replace with --
On 1/03/2011, at 4:52 PM, Ron Piggott wrote:
>
> I need help to know how to sort the words / phrases in my array.
>
> Variable name: $words_used
> print_r( $words_used ); Current output: Array ( [187] => Sin [249] =>
> Punished [98] => Sanctuary [596] => Sing [362] => Anointing Oil )
> Desired
I am looking at implementing something roughly equivalent to strict
typing for a part of my code.
Has anybody else had a go at such a thing?
I have some data types which I'm implementing as classes (base types
like "int" but also more specific types like "country") and I'd like
to be able to use t
I need help to know how to sort the words / phrases in my array.
Variable name: $words_used
print_r( $words_used ); Current output: Array ( [187] => Sin [249] => Punished
[98] => Sanctuary [596] => Sing [362] => Anointing Oil )
Desired result: Alphabetical sort: Array ( [362] => Anointing Oil [2
Hi,
I know not strictly a PHP question, but was just wondering if someone
can tell me the regex format for something please.
I need to replace
..
with
That is six periods replaced by eight hyphens.
Many thanks
Alexis
--
PHP General Mailing List (http://www.php.net/)
To unsubscri
On Mon, Feb 28, 2011 at 06:20:30PM +0100, Asmann, Roland wrote:
> I need to read several files from the HD, but they are saved in
> different encodings. Can I somehow figure out which encoding I should
> use when reading the file?
i think detect the file encoding and decode it.
as for detection
From: Colin Guthrie
>'Twas brillig, and Bob McConnell at 28/02/11 13:23 did gyre and gimble:
>> XHTML also requires all tags, attribute labels and values to be in
lower
>> case and values must be quoted. So your original content should be
>>
>> > width="621">
>>
>> > src="../images/spacer.g
Hi all,
I need to read several files from the HD, but they are saved in
different encodings. Can I somehow figure out which encoding I should
use when reading the file?
Thanks.
--
Roland Asmann
Senior Software Engineer
adesso Austria GmbH
Floridotower 26. Stock T +43 1 2198790-2
'Twas brillig, and Bob McConnell at 28/02/11 13:23 did gyre and gimble:
> XHTML also requires all tags, attribute labels and values to be in lower
> case and values must be quoted. So your original content should be
>
>width="621">
>
>src="../images/spacer.gif">
>
Actually, in xhtml th
At 8:23 AM -0500 2/28/11, Bob McConnell wrote:
From: Ashim Kapoor
From Ashley Sheridan
The quotes you mention are in the HTML, nothing to do with PHP. HTML
will
work without the quotes in most cases (unless there's a space in the
value
for the attribute) but the quotes are required in X
From: Ashim Kapoor
> From Ashley Sheridan
>> The quotes you mention are in the HTML, nothing to do with PHP. HTML
will
>> work without the quotes in most cases (unless there's a space in the
value
>> for the attribute) but the quotes are required in XHTML and will
cause
>> unexpected results.
>
>
13 matches
Mail list logo