I’m working with Dreamweaver CS4 and when I got to my databases / mysql connection / test my connection, I get the following error….
HTTP Error Code 500 Internal Server Error.
What is going on and how can I fix this?
Thanks in advance
Scotty13
I’m working with Dreamweaver CS4 and when I got to my databases / mysql connection / test my connection, I get the following error….
HTTP Error Code 500 Internal Server Error.
What is going on and how can I fix this?
Thanks in advance
Scotty13
Check the log files for errors. It should tell you there where the problem lies. Check the php error log and the server error log.
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Bookmarks