Answer the question
In order to leave comments, you need to log in
Apostrophes in PHP, what to do?
Good evening.
printf ("<a href='network.php?id=%s' class='href' target='_blank'>%s</a>", $myrow["id"], $myrow["sitename"] );
<a>
quotes, but PHP error. Answer the question
In order to leave comments, you need to log in
printf ("<a href=\"network.php?id=%s\" class=\"href\" target=\"_blank\">%s</a>", $myrow["id"], $myrow["sitename"] );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question