Jump to content

HTTP 500 Error


mjtweaver

Recommended Posts

I am learning PHP using the book "Beginning PHP and MySQL 5 - From Novice to Professional", and I have come across a lesson in the book which I am stuck on.

The lesson is on using the echo() statement. I've typed in the following code and saved it as a php file....

 

<?php
$heavyweight = "Lennox Lewis";
$lightweight = "Floyd Mayweather";
echo &heavyweight, " and ", $lightweight, " are great fighters.";
?>

 

My Apache and PHP is working fine as my other PHP files work properly.

 

When I try and view the file it says...

"The website encountered an error while retrieving http://localhost:8888/phpdocs/multiplestringsecho.php. It may be down for maintenance or configured incorrectly."

 

and when I click on more information it says...

"HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request."

 

Any ideas? Have I done something wrong? Any help would be much appreciated.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.