|
|
|
อยากถามเรื่อง การ เอาjavascript มาใส่ในตัวแปรphpครับ |
|
|
|
|
|
|
|
ยากหน่อยน่ะครับ มีเครื่องหมายเยอะเกินครับ
แต่ปกติแล้วจะใช้
Code (PHP)
<?
$str = "
<script language=\"JavaScript\">
alert('a');
</script>";
?>
|
|
|
|
|
Date :
2010-01-22 18:05:43 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?php ob_start();?>
<script type="text/javascript">var szu=encodeURIComponent(location.href); var szt=encodeURIComponent(document.title).replace(/\'/g,'`'); var szjsh=(window.location.protocol == 'https:'?'https://ssl.seitzeichen.de/':'http://w4.seitzeichen.de/'); document.write(unescape("%3Cscript src='" + szjsh + "w/a5/90/widget_a590cf3bb1647729447d6d105499cdda.js' type='text/javascript'%3E%3C/script%3E"));</script>
<?php $s = ob_get_clean();?>
<?php
echo htmlspecialchars($s);
#echo $s;
#echo htmlspecialchars(var_export($s,1)); //reverse engineering variable expression
?>
|
|
|
|
|
Date :
2010-01-22 18:14:47 |
By :
num |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|