<div>Another problem I am encountring is that when I want to check the patch at my local repository, pma login page appears. </div>
<div>Can someone tell me what is the username and password.</div>
<div> </div>
<div>Thanks Michal,</div>
<div>As per your suggestion I used the function PMA_generate_common_hidden_inputs() from libraries/url_generating.lib.php to make a token for the form and now $_REQUEST works fine.<br><br></div>
<div class="gmail_quote">On Tue, Jun 23, 2009 at 12:15 PM, Michal Čihař <span dir="ltr"><<a href="mailto:michal@cihar.com">michal@cihar.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi<br><br>First I think that phpmyadmin-devel is the right list for this question.<br><br>Dne Tue, 23 Jun 2009 02:37:09 +0500<br>
Zahra Naeem <<a href="mailto:xara.fast@gmail.com">xara.fast@gmail.com</a>> napsal(a):<br>
<div>
<div></div>
<div class="h5"><br>> Hope all of you are doing great and having fun at GSoC.<br>><br>> Hey guys! could anyone help me out with this problem.<br>><br>> Whenever I try to retrieve data from a "form" using  $_REQUEST or $_POST<br>
> variables when I am also including certain files at the top of the page<br>> using require_once function call, it cannot not find any values in the<br>> $_REQUEST or $_POST variables.<br>><br>> Whereas, if I first retrieve the same values using the $_REQUEST or $_POST<br>
> variables and then include all the files using require_once function, it<br>> finds values in $_REQUEST or $_POST variables.<br>><br>> My problem is that I have to include those files before I retrieve data from<br>
> the "form" using these variables.<br>><br>> I have tried to retreive data and save it in simple php variables before<br>> including the files. But those variable show values before the require_once<br>
> function but do not show any value after the code lines that call the<br>> function require_once().<br>><br>> This is pretty strange but I hope any one of you would be able to suggest<br>> some appropriate solution for my problem.<br>
<br></div></div>It looks like you do not propagate token over your form, what leads to<br>removal of all non whitelisted variables from request. Use one of<br>functions in libraries/url_generating.lib.php to include token and<br>
other common magic in your form.<br><font color="#888888"><br>--<br>       Michal Čihař | <a href="http://cihar.com/" target="_blank">http://cihar.com</a> | <a href="http://blog.cihar.com/" target="_blank">http://blog.cihar.com</a><br>
</font></blockquote></div><br>