hi
i am using php 5.2.6 + ajason + mysql + java script on my own machine but my web server supports php 4.4. to upgrade it to php 5.2 i used
AddHandler application/x-httpd-php5 .php
this code to .htaccess it upgraded it to php5.2 bt now i am facing some other problem whenever i click on button that call for javascript and in turn uses ajason it gives me error
AJAX error:
Unknown response from server!
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>500 Internal Server Error</TITLE>
</HEAD><BODY>
<H1>Internal Server Error</H1>
The server encountered an internal error or
misconfiguration and was unable to complete
your request.<P>
Please contact the server administrator,
webmaster@leanmachinetool.com and inform them of the time the error occurred,
and anything you might have done that may have
caused the error.<P>
More information about this error may be available
in the server error log.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
<HR>
<ADDRESS>Apache/1.3.39 Server at leanmachinetool.com Port 80</ADDRESS>
</BODY></HTML>
plz some help me out in this problem.
thanks in advance.