Php get变量的问题

Php get变量的问题,php,javascript,post,get,Php,Javascript,Post,Get,这是我的表格 <form name="thumbnail" action="<?php echo $_SERVER["PHP_SELF"];?>?complete=true" method="post"> <input type="hidden" name="x1" value="" id="x1" /> <input type="hidden" name="y1" value="" id="y1" /&g

这是我的表格

<form name="thumbnail" action="<?php echo $_SERVER["PHP_SELF"];?>?complete=true" method="post">
            <input type="hidden" name="x1" value="" id="x1" />
            <input type="hidden" name="y1" value="" id="y1" />
            <input type="hidden" name="x2" value="" id="x2" />
            <input type="hidden" name="y2" value="" id="y2" />
            <input type="hidden" name="w" value="" id="w" />
            <input type="hidden" name="h" value="" id="h" />
            <input style="margin-top:7px;" type="submit" name="upload_thumbnail" value="Save Thumbnail" id="save_thumb" />
        </form>
它对我有用

Array
(
    [complete] => true
)
<script type="text/javascript"> 
    parent.jQuery.fancybox.close();
</script> 

也许尝试===而不是==


我猜字符串“true”的计算结果为true(布尔)

单击上载图像及其iframe,我需要它在图像获取后关闭iframecropped@Tamer上传后返回到
modal.php
时,它不再具有get参数,您发送标题
位置:http://comfortrevolution.com/test/modal.php
它没有GET参数。如果要在
位置
标题上保持其状态,则需要添加它。表单方法为POST,它不发送任何要获取的内容。
Array
(
    [complete] => true
)
<script type="text/javascript"> 
    parent.jQuery.fancybox.close();
</script> 
<form name="thumbnail" action="/stuff/euler.php/" onsubmit="alert('xss');return false" bla="?complete=true" method="post">