Page 1 of 1

헐? -_-;; 이런경우엔 어찌해야하나요?

Posted: 2006 02 16 00:20 24
by Sel
<fieldset id="admin" style="display:none;">
<form action="./index.php" method="post"><input type="hidden" name="PHPSESSID" value="081818f3b2c5044399c7a34f0b2b0ff0" />
<p>


소스의 일부분 입니다만.. 원본 php 소스에선 저딴 하이든 인풋 없다는겁니다! -ㅁ-;;

세션문제일게 100% 뻔하긴한데 해결법을 모르겠네요. 인풋이 저

Posted: 2006 02 16 10:22 22
by hyeonseok
Validation 문제를 말씀 하시는 것이죠? :)

저는

Code: Select all

<?php
ini_set("url_rewriter.tags","");
?>
이렇게 해서 안나오게 하고 사용하고 있습니다.