Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • From: scott at randomchaos.com (Scott Reynen)
  • Subject: [Javascript] error in "JavaScript: The Definitive Guide"?
  • Date: Wed Nov 29 09:40:25 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