Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New help with Parse error


Guest

Recommended Posts

Posted

I am sooo lost!

 

I was trying to edit my index.php and add a title to my main page....and I screwed up royally!

 

Here is the error:

Parse error: parse error, unexpected '<' in c:\hosting\webhost4life\member\olive\catalog\includes\languages\english\index.php on line 3

 

Here is the code:

 

<?php

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

 

<?php

<html>

<head>

<title>Olive Antiques and Collectibles</title>

</head>

?>

 

What have I done wrong???

 

I am not a programmer. I know some HTML, but thats it!

Can I modify my store using a wysiwyg program? I have Visual Web Dev.

 

Thanx in Advance.

Posted

change this

 

<?php 
<html>
<head>
<title>Olive Antiques and Collectibles</title>
</head>
?>

 

to this and retry

<html>
<head>
<title>Olive Antiques and Collectibles</title>
</head>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...