FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » How to code () inside quotes
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: How to code () inside quotes [message #184251 is a reply to message #184247] Mon, 16 December 2013 16:32 Go to previous messageGo to previous message
Denis McMahon is currently offline  Denis McMahon
Messages: 634
Registered: September 2010
Karma:
Senior Member
On Mon, 16 Dec 2013 11:15:58 +0100, Arno Welzel wrote:

> Am 15.12.2013 23:20, schrieb richard:
>
>> array("this (are) only a test")
>>
>> what's the legal way of coding the (are)??
>
> array("this (are) only a test")
>
> Or what exactly is not "legal" there?

It should be:

$arr = array("This is only a test.");

or for a sub-array:

$arr = array( array( "This is only a test." ) );

--
Denis McMahon, denismfmcmahon(at)gmail(dot)com
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Xml Loading special Characters
Next Topic: URL linking to 3d array
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Nov 08 05:37:17 GMT 2024

Total time taken to generate the page: 0.04050 seconds