PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi Im getting a Parse error: parse error, unexpected '<' in C:\wamp\www\hp\sidebar.php on line 2
But theres nothing wrong in line 2.
The code below is just the sidebar for my webpage. I saved those codes in sidebar.php and called it in my main page by <?php include("sidebar.php"); ?>