in my server $_GET[] is work but $_POST[] is not work.
i'm use PHP Version 5.3.3 , centos . pleas tell me how to enable Post, always_populate_raw_post_data On post_max_size 200M
ex code where post is not work.
j.php?b=
http://stackoverflow.com/questions/ask/gggggggggggggggggggggggggggggggggggg
if use
$_GET["b"] show =
http://stackoverflow.com/questi
if use
$_POST["b"] show = (is echo nothing.)
My Real Code is 2 iframe 1 iframe
<IFRAME SRC="http://hi.com/j.php?b=http://stackoverflow.com/posts/21571742/dcfzdczxczxczxczxczxczxczxczxczxczxc" FRAMEBORDER="0" SCROLLING="no" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0" ALLOWTRANSPARENCY="true" WIDTH="160" HEIGHT="600"></IFRAME>
in these iframe i have no 2 iframe
<IFRAME SRC="http://ad.com/show.php?b='. $_GET["b"] . '&pubclick=[INSERT_CLICK_TAG]" FRAMEBORDER="0" SCROLLING="no" MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0" ALLOWTRANSPARENCY="true" WIDTH="160" HEIGHT="600"></IFRAME>