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

Home » Imported messages » comp.lang.php » Array key names
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Array key names [message #184899 is a reply to message #184897] Fri, 14 February 2014 11:43 Go to previous messageGo to previous message
Mr Oldies is currently offline  Mr Oldies
Messages: 241
Registered: October 2013
Karma:
Senior Member
On Fri, 14 Feb 2014 10:49:44 +0100, M. Strobel wrote:

> Am 14.02.2014 06:40, schrieb John Smith:
>> Just one simple question. Are spaces allowed in key names?
>> Such as $name=array("John Smith" +> "somethig").
>>
>
>
> I am testing it for you.
>
> str@suse131:~> php -a
> Interactive mode enabled
>
> php > $a['is it really me?'] = 99.999;
> php > print_r($a);
> Array
> (
> [is it really me?] => 99.999
> )
> php >
>
> /Str.

You Probably just typed it all in without any online testing.
The only true way of testing what is allowed and what isn't, is to do so on
the server you're going to be using.
e.g. your local machine you are using to test on at home has php 5.5.
while your host uses 5.3.
What worked for you suddenly fails.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upload not working on adding progress bar script in HTML file
Next Topic: getting php mail error info
Goto Forum:
  

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

Current Time: Sun Oct 20 12:24:14 GMT 2024

Total time taken to generate the page: 0.04491 seconds