PHP Variable as href in HTML -


i need open links using php variables.

i tried search solutions online no solutions can solve problem.

here's code. when clicked on link, nothing happens.

p/s:the link outside of localhost.

echo '<tr><td colspan ="3"><a href="'.$webpath.'"target="_blank">'.$webpath.'</a></td></tr>'; 

php not work without server.

you have check in localhost or live server.


Comments