Search Results

1
vote

HTTP status for functional redirect

To expand on RoBorg's answer, many browsers do not understand more than a handful of the many, many HTTP response codes. A side note: it you are at all concerned about search engine placeme …
16
votes

What web-oriented language should I learn after PHP?

Two words: Python. Django. Run it locally. Do the blog tutorial. I think you'll love it. …
0
votes

Searching large data, all numeric, 1 billion bytes in PHP

A good answer may require that you get a little more specific. How long is the search query? 1 digit? 10 digits? Arbitrary length? How "fast" is fast enough? 1 seco …
6
votes

phpDocumentor goes to PHP, as X goes to Python (Django)

Or Sphinx, as seen on TV and at python.org. …