Javascript validator
Web page editor
In driver-based packages you should check if the driver exists before loading it. A simple file_exists() does not work since it does not check the include path. fopen()'s third parameter does that, so we use it.
Example 24-1.
|
Javascript validator
Web page editor