RSS Feed
Knowledgebase : Programming Questions
     
For our Linux shared hosting, PHP is by default register_globals ON. Sometimes scripts may require that variable to be off. This cannot be done by changing the server php.ini as everyone would be affected. One way is to create a .htaccess file in the r...
For those who are programming and needs some information on their PHP and MY SQL versions and information, you can open a text editor, key in Save as say yourinfo.php and upload it to your WWW or public_html folder, you can then access http://your...
You can test if the server is working by using the below lines and copy into an asp file: Modify the MyMail.From and MyMail.To to your own values.
For Linux Hosting, magic_quotes_gpc is on by default. It cannot be turn off at the main php.ini as it will affect the entire server. What can be done is to create a .htaccess file with php_flag magic_quotes_gpc off in it and put it at the base directory...
A lot of programmers did not specify the reply to email address during the programming of the Form to Email scripts, as a result, the form to email may appear to be send from for eg me@localhost.com. This can easily fail the Spam Filters of a lot of e...
More often than not when you had solved a PHP error, the error still appear on your browser even though you have confirmed that it is solved. Normally this can be due to the browser cache. One easy way is to clear the browser cache so that you are able ...
For Linux PHP Safe Mode and Open Base Dir, users can email us to have the Safe Mode and Open Base Dir enabled or disabled according to their program requirements. Enabling and disabling these are a feature supported by our control panel Directadmin.
For Sessions and Upload , sometimes it requires permission of your I_User in the respective Sessionstemp and Uploadtemp folder. Just email support and have us add in your domain I_User permissions for read and write. That should solve the problem at hand.
If you are getting such errors as "Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in XXX line 7 Could not connect: Client does not support authentication protocol reques...
For such an error, do take note that we are using a specific port for MS SQL 2005 remote administration, the login server needs to be of the form servername,port number Where the port number would be given to you when you first request for a MS SQL ...
Help Desk Software by Kayako Resolve