Note that there are some explanatory texts on larger screens.

plurals
  1. POTroubleshooting "parse error, unexpected '>'" error
    primarykey
    data
    text
    <p>I am getting this error that is reading</p> <blockquote> <p>Parse error: parse error, unexpected '>' in C:\wamp\www\about.php on line 11</p> </blockquote> <p>Here is my code:</p> <pre><code>&lt;?php session_start(); include ("include/header.php"); if (!isset($_SESSION['name'])){; header("Location:includeindex.php"); exit; } else{ TopNavigation("about Me -ECA236","About Me",$_SESSION['name']); echo "&lt;p&gt;Here is a little about me. I am a mother of twin girls who are 9 &lt;/p&gt; echo "&lt;p&gt;I been married for 5 years but been with my husband for 11 years &lt;/p&gt; echo "&lt;p&gt;I am attending college for Computer Programming and Database Mangament &lt;/p&gt; echo "&lt;p&gt;After I get done with this degree I am want to go back for Web Design &lt;/p&gt; echo "&lt;p&gt;since half my classes are web design now. I enjoy camping,bon fires and &lt;/p&gt; echo "&lt;p&gt;playing video games, hanging out with friends and family.&lt;/p&gt; Footer(); } ?&gt; </code></pre> <p>I have tried adding ; to the end and " to the end but the same thing pops up. Can someone sees what I am doing wrong.</p> <p>Here is the error i get when i add "; to the end of those:</p> <blockquote> <p>Warning: include(include/header.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\about.php on line 3</p> <p>Warning: include() [function.include]: Failed opening 'include/header.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\about.php on line 3</p> <p>Warning: Cannot modify header information - headers already sent by (output started at C:\wamp\www\about.php:3) in C:\wamp\www\about.php on line 5</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload