Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] My first JSON object [SOLVED]
- Date: Tue, 13 Jul 2010 11:53:25 +0900
- From: Darren Cook <darren@example.com>
- Subject: Re: [tlug] My first JSON object [SOLVED]
- References: <4C1C3348.90506@example.com> <20100619044940.GA18726@example.com> <4C23481B.1090904@example.com> <20100625080744.62b6b298.gstewart@example.com> <32853.61.193.161.149.1277458953.squirrel@example.com> <4C25510C.3090002@example.com> <20100626083312.3f29d97d.gstewart@example.com> <4C26F2F4.80600@example.com> <20100627173336.e2533f06.gstewart@example.com> <4C300FEB.30405@example.com> <4C308DC9.4040309@example.com> <20100704151513.4c0ce0b6.gstewart@example.com> <4C3B14A9.6050707@example.com> <4C3B2E5C.9090005@example.com> <4C3BC467.10304@example.com>
- User-agent: Thunderbird 2.0.0.24 (X11/20100317)
> Also, stripslashes() is necessary on the PHP side. Though I guess that > depends on a server's magic quotes settings and whatnot. Works for me, > anyway. That code will probably not run on other servers, as magic quotes is deprecated: http://www.php.net/manual/en/info.configuration.php#ini.magic-quotes-gpc If you're able to, edit php.ini to switch magic_quotes_gpc off: magic_quotes_gpc = Off (You can also put it in .htaccess and httpd.conf) On Ubuntu I added a file in /etc/php5/ (called darren.ini, but you don't have to follow that :-), where I put that setting as well a comment slagging off Ubuntu for forcing me to go to this trouble. I also have this one: allow_call_time_pass_reference = Off Darren -- Darren Cook, Software Researcher/Developer http://dcook.org/gobet/ (Shodan Go Bet - who will win?) http://dcook.org/work/ (About me and my work) http://dcook.org/blogs.html (My blogs and articles)
- Follow-Ups:
- Re: [tlug] My first JSON object [SOLVED]
- From: Darren Cook
- References:
- Re: [tlug] My first JSON object
- From: Dave M G
- Re: [tlug] My first JSON object
- From: Fredric Fredricson
- Re: [tlug] My first JSON object
- From: Godwin Stewart
- Re: [tlug] My first JSON object
- From: Dave M G
- Re: [tlug] My first JSON object
- From: Dave M G
- Re: [tlug] My first JSON object [SOLVED]
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] My first JSON object [SOLVED]
- Next by Date: [tlug] DBA position
- Previous by thread: Re: [tlug] My first JSON object [SOLVED]
- Next by thread: Re: [tlug] My first JSON object [SOLVED]
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links