<?php
//codes bla bla bla.......
//fetching data according data coming form x.php
// there is a form here which is fetching data from db according to data coming from x.php
//and this form sent thats data to "?do=pro" when click to button
if ($_POST["do"] = "pro"){
//the proccess will be done according to data is caming from from
// but when i click the button bacouse the page is refreshed all varibale value is null
}