JavaScript Editor Javascript validator     Web page editor 



Checking if a driver can be loaded

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.




JavaScript Editor Javascript validator     Web page editor