MYSQL Php parsing error -


i unable figure out parsing error on piece of code. appreciated.

echo "<li>";             echo "<a href=\"http://online.somewebsite.com/" . $info['path'] . >" . $info['value'] . "</a>";             echo "</li>"; 

echo '<li><a href="http://online.saomewebsite.com/' . $info['path'] .'">' . $info['value'] . '</a></li>'; 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -