because I am connected to facebook, I will need the following functions:
$loginUrl = $helper->getLoginUrl("https://xxx.xxx.com/fb-sdk/fb-callback.php", $permissions);
echo "<a class="user_signup_btn_facebook" href="" . htmlspecialchars($loginUrl) . "">Facebook</a>";
but what he proposes htmlspecialchars ($loginUrl)
is the a
tag
which will lead to my class user_signup_btn_facebook
this perfect
which he will only do on button
will be completely dropped when a tag is implemented!
how can I change this a header to a button header and issue htmlspecialchars ($loginUrl)
in the same way?