Re: [FAQ] FAQ Thread (Rev 5)
From: John Dunlop (usenet+2004_at_john.dunlop.name)
Date: 03/17/05
- Next message: Andy Hassall: "Re: Oracle DB access - having problems with speed?"
- Previous message: Nick Robins: "Re: Export Results in XML Format"
- In reply to: R. Rajesh Jeba Anbiah: "[FAQ] FAQ Thread (Rev 5)"
- Next in thread: R. Rajesh Jeba Anbiah: "Re: FAQ Thread (Rev 5)"
- Reply: R. Rajesh Jeba Anbiah: "Re: FAQ Thread (Rev 5)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 17 Mar 2005 19:01:40 -0000
R. Rajesh Jeba Anbiah wrote:
[snip entire FAQ rev. 5]
Ideas for the next revision:
* I'm happy with www.example.com as the host name for
examples, but the address should be normalised to
http://www.example.com/ with a trailing slash.
* I think some indentation should be introduced to aid the
reader, much like that of this list. It's hard to find
your way about the FAQ at the moment. Together with a
table of contents, numbered questions would be helpful.
See the format of the c.l.javascript FAQ:
news:42381f2e$0$8754$db0fefd9@news.zen.co.uk
* The list of contributors should be ordered alphabetically
and we should of course add Rajesh.
* The body of the FAQ should contain its revision date.
Also, a brief introduction would be good. Perhaps the first
section should be a meta-FAQ.
* There are more questions to include, the answers to which
are in the '[FAQ]' threads. And how about a question like
'Are there any tutorials, books or web sites on PHP?'?
An example ToC follows. Some of the questions didn't fit into
any of the categories, so I made up a miscellaneous one at the
end, and some of the questions, such as the register_globals
ones, could be merged.
Table of Contents
=================
1 Downloading & installing
1.1 Where can I get PHP?
1.2 Where can I get up-to-date PHP builds?
1.3 Where can I get old PHP versions?
1.4 How do I install PHP?
1.5 How do I install PHP quickly?
1.6 Why am I getting unparsed PHP in my browser?
2 Error reporting
2.1 Why am I getting the error message 'Headers already
sent'?
2.2 After turning on output buffering I am still getting
'Headers already sent.' What the?
2.3 Why do I get "Fatal error: Call to undefined function
xxxx()"?
2.4 Why do I not get any errors?
2.5 Why are certain errors not displayed?
2.6 What does @ (commercial at-sign) do?
3 URL grabbing
3.1 How do I retrieve a page from a web site?
3.2 How do I retrieve a page from a web site that does
browser detection?
3.3 How do I retrieve a page from a web site that requires a
cookie?
4 Getting visitor details
4.1 How do I get the address of the referrer?
5 Register Globals
5.1 Why is PHP not parsing my forms?
5.2 Why are my form variables getting posted?
5.3 Why are my form variables always empty?
5.4 Why is HTML trunctating my PHP text?
6 Creating images with GD library
6.1 Why am I getting such crummy results when I use the GD
functions to create thumbnails?
7 Logging in & authenticating
7.1 How do I implement a login system?
7.2 How to find the logged in users?
7.3 How to find the number of logged in users?
8 Choosing editors & IDEs
8.1 What is the best IDE for PHP?
8.2 Which PHP IDE supports debugging, autocompletion, syntax
highligting, etc?
9 Misc
9.1 How do I differentiate an empty string or numeric zero
from false?
9.2 Where can I find PHP programming jobs?
9.3 How do I run PHP?
Comments?
-- Jock
- Next message: Andy Hassall: "Re: Oracle DB access - having problems with speed?"
- Previous message: Nick Robins: "Re: Export Results in XML Format"
- In reply to: R. Rajesh Jeba Anbiah: "[FAQ] FAQ Thread (Rev 5)"
- Next in thread: R. Rajesh Jeba Anbiah: "Re: FAQ Thread (Rev 5)"
- Reply: R. Rajesh Jeba Anbiah: "Re: FAQ Thread (Rev 5)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|