
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] HTTP_ACCEPT ...?
On 2008-04-11 10:44 +0900 (Fri), Dave M G wrote:
> On one web hosting server where I'm running some PHP scripts, I keep
> getting an error that says:
>
> Undefined index: HTTP_ACCEPT
>
> I look for $_SERVER[HTTP_ACCEPT]...
I don't suppose that putting quotes around it would help?
$_SERVER[HTTP_ACCEPT]... # instead of this
$_SERVER['HTTP_ACCEPT']... # maybe this?
cjs
--
Curt Sampson <cjs@example.com> +81 90 7737 2974
Mobile sites and software consulting: http://www.starling-software.com
Home |
Main Index |
Thread Index