[Javascript] error in "JavaScript: The Definitive Guide"?

Scott Reynen scott at randomchaos.com
Wed Nov 29 09:39:47 CST 2006


On Nov 29, 2006, at 8:56 AM, Nick Fitzsimons wrote:

> If PHP actually requires you to include the [] in the HTML ...

This is off-topic for this list, but in an effort to prevent the kind  
of tedious flame war that typically results from such inflammatory  
"my favorite language is better than your favorite language"  
statements: PHP doesn't require that syntax.  It's just the automatic  
query string parsing, but you can always parse the query string  
yourself however you want.  It's all in $_SERVER['QUERY_STRING'].   
And ASP can parse key[]=val syntax too, so this isn't really a  
problem at all.

Peace,
Scott



More information about the Javascript mailing list