Hello All, I got this server error and i want to know if this error is from the .php script file or from server side? "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request." Thanks
It is more than likely from your script. Depending on your hosts setup, will depend on why you are getting that error. I would check permissions on the file being executed, ensure they are 644. Also check your .htaccess file within that directory, if your host is running suphp, you cannot have any sort of php declarations in it, ie : php_value xxx If that's not it, check with your host, they should be able to help you figure out what is causing the error. Chris