2016-06-03 4 views

답변

1

난 당신이 htmlentities

찾고있는 내가 나중에

을 대신 $_GET

$id = urlencode(htmlentities($_GET['id'])); 

의 나중에 $_REQUEST 배열을 사용하고 있기 때문에, 중간 변수에 설정 한 것 같아

<a href="https://test.com/page2.php?id=<?php print $id; ?>">Link</a>