I have another problem right now.
I am passing a variable via post and get protocol.
although in the url the variable is passed i print the variable in the page and there is nothing printing.
the function echo is working correctly.
I tried this code
// $a = "blabla";
// echo $a";
and it works correctly.
so i suppose the problem is to pass the variable from the url to the page.
Do you know if there is somewhere declayred?
thanks!