07-18-2009, 05:05 PM
|
#4 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
Quote:
Originally Posted by knight13
A: I believe if include(); fails it will produce a warning and if require fails it will produce a fatal error and it will not process the page..Hopefully that is right and what you were asking.
Q: What is the difference between $_GET and $_POST ?
|
Ya, I wanted the question to be simple..
A: $_GET will retrieve parameters from the URI, it is publicly viewable and editable. $_POST grabs the parameters from the HTTP header (?right?) and it is harder to edit or "hack" but not impossible.
Q: What is the difference from a "for" and a "while" loop?
|
|
|
|