Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
WORDPRESS
/
HDL
/
CHESS_2022
:
test02.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php $a = 'Fatber Christmas'; $b = '27 Sunshine Street /n America'; $c = nl2br($b); ?> <html> <head> <script type="text/javascript"> function test(a,b) { alert(a); alert(b); } </script> </head> <body> <a onClick="test('<?php echo $a ?>', '<?php echo $c ?>');">LINK</a> </body> </html>