i got this thing
<?
if (mysql_num_rows($say) == 1) {
$a = "cicişsin!";
}
elseif (mysql_num_rows($say) == 0) {
$a = "<a href='javascript:LaunchPopup('a2.php','250','1');'>ciciş yap</a>";
}
?>
but i cant echo second $a.. its exits at "javascript:LaunchPopup(" single quotes not shown
what can i do?
$a = "<a href=\"javascript:LaunchPopup('a2.php','250','1');\">ciciş yap</a>";
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With