potatomelon
New member
I have declared an array on one page of my PHP, part of which is shown below:
$P1P["P1PID"]=mysql_result($result,0,"ID");
$P1P["P1PATTACK"]=mysql_result($result,0,"ATTACK");
Now, I want to transer these array values to another PHP page. What do I do? Do I have to create a form?
$P1P["P1PID"]=mysql_result($result,0,"ID");
$P1P["P1PATTACK"]=mysql_result($result,0,"ATTACK");
Now, I want to transer these array values to another PHP page. What do I do? Do I have to create a form?