Re: [FAQ] FAQ Thread (Rev 5)

From: John Dunlop (usenet+2004_at_john.dunlop.name)
Date: 03/17/05


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


Relevant Pages

  • Re: Content management solution for a small ISV?
    ... FAQ" pages. ... and variable expansion in php. ... and then say "Click here to download $appname $version". ... shareware shop specifically. ...
    (borland.public.delphi.non-technical)
  • Re: FAQ
    ... >>just grab a question and start a thread. ... the raw ... I had much of interest in this FAQ stuff and I even ... _just_ a mirror of the PHP manual. ...
    (comp.lang.php)
  • Re: C++ & FTP [NEWBIE]
    ... > Is there a way similar to PHP to open an FTP connection and get a ... PHP does it through sockets ... standard C++ does not offer any networking functionality. ... a.c.l.l.c-c++ FAQ: http://www.comeaucomputing.com/learn/faq ...
    (alt.comp.lang.learn.c-cpp)
  • Re: Send Email
    ... > How is the FAQ going to help if the FAQ tells you to use a Mail package ... He's calling a Perl script from PHP. ...
    (comp.lang.perl.misc)
  • get_browser() and browscap.ini
    ... Hmm, didn't seem to work:-s. ... So I visited thát site, but then I stumbled across "Despite my pleas to ... have the link from the PHP website removed they refuse to do so. ... And his faq ...
    (comp.lang.php)

Loading