The require() function is identical to include(), except that it handles errors differently.
Tuesday, January 26, 2010
PHP include() Function
11:52 PM
You can insert the content of one PHP file into another PHP file before the server executes it, with the include() or require() function.
PHP Date() Function
11:46 PM
The PHP date() function formats a timestamp to a more readable date and time.
PHP - Magic Quotes
11:42 PM
Magic quotes would automatically escape risky form data that might be used for SQL Injection with a backslash \. The characters escaped by P...
Subscribe to:
Posts (Atom)