Articles

 I get this error when trying load my PHP page : "FATAL ERROR: register_globals is disabled in php.ini, please enable it!"

Register_Globals directive is set to OFF because of potential security issues.  PHP has this...

 Sample Code : Query MySQL Database in PHP

<html><head><title>MySQL Test...

 Sample Code : Sending mail via PHP

You can use PHPMailer to send mails via PHP. To use this open source object you need to download...

 What is the path to Perl on the Servers?

The path is : #!/usr/bin/perl However! This is not require on the Windows platform, it is a Unix...