PHP Advanced
PHP 5 Multidimensional Arrays PHP 5 Multidimensional Arrays Reviewed by webmission on 12:11 Rating: 5

PHP 5 Date and Time

12:10
The PHP  date()  function is used to format a date and/or a time. The PHP Date() Function The PHP  date()  function formats a timesta...
PHP 5 Date and Time PHP 5 Date and Time Reviewed by webmission on 12:10 Rating: 5

PHP 5 Include Files

12:07
The  include  (or  require ) statement takes all the text/code/markup that exists in the specified file and copies it into the file that u...
PHP 5 Include Files PHP 5 Include Files Reviewed by webmission on 12:07 Rating: 5

PHP 5 File Handling

12:05
File handling is an important part of any web application. You often need to open and process a file for different tasks.
PHP 5 File Handling PHP 5 File Handling Reviewed by webmission on 12:05 Rating: 5
PHP 5 File Open/Read/Close PHP 5 File Open/Read/Close Reviewed by webmission on 12:04 Rating: 5

PHP 5 File Create/Write

12:02
In this chapter we will teach you how to create and write to a file on the server. PHP Create File - fopen() The  fopen()  function i...
PHP 5 File Create/Write PHP 5 File Create/Write Reviewed by webmission on 12:02 Rating: 5

PHP 5 File Upload

12:00
With PHP, it is easy to upload files to the server. However, with ease comes danger, so always be careful when allowing file uploads!
PHP 5 File Upload PHP 5 File Upload Reviewed by webmission on 12:00 Rating: 5

PHP 5 Cookies

11:59
A cookie is often used to identify a user. What is a Cookie? A cookie is often used to identify a user. A cookie is a small file tha...
PHP 5 Cookies PHP 5 Cookies Reviewed by webmission on 11:59 Rating: 5

PHP 5 Sessions

11:58
A session is a way to store information (in variables) to be used across multiple pages. Unlike a cookie, the information is not stored ...
PHP 5 Sessions PHP 5 Sessions Reviewed by webmission on 11:58 Rating: 5

PHP Filters

11:54
Validating data = Determine if the data is in proper form. Sanitizing data = Remove any illegal character from the data. The PHP Filt...
PHP Filters PHP Filters Reviewed by webmission on 11:54 Rating: 5

PHP Filters Advanced

11:34
Validate an Integer Within a Range The following example uses the  filter_var()  function to check if a variable is both of type INT, an...
PHP Filters Advanced PHP Filters Advanced Reviewed by webmission on 11:34 Rating: 5

PHP Error Handling

11:33
The default error handling in PHP is very simple. An error message with filename, line number and a message describing the error is sent t...
PHP Error Handling PHP Error Handling Reviewed by webmission on 11:33 Rating: 5

PHP Exception Handling

11:32
Exceptions are used to change the normal flow of a script if a specified error occurs. What is an Exception With PHP 5 came a new ob...
PHP Exception Handling PHP Exception Handling Reviewed by webmission on 11:32 Rating: 5
Powered by Blogger.