PHP VARIABLES [SOLVED]
Posted: Fri Apr 20, 2012 3:13 pm
Hi guys,
I have two pages:
first.php and second.php
I want to pass a variable from first page to second page and use this variable content as a variable.
first.php code:
second.php
I want to get the only, so I want $myArr to activate which is inside the $myVariable.
I hope you understood what I mean.
Joe
I have two pages:
first.php and second.php
I want to pass a variable from first page to second page and use this variable content as a variable.
first.php code:
Code: Select all
$myVariable .= '$myArr = array("Vijay","Joshi","Vikaspuri", "Delhi",27); $excel->writeLine($myArr); ';
I want to get the
Code: Select all
$myArr = array("Vijay","Joshi","Vikaspuri", "Delhi",27); $excel->writeLine($myArr); I hope you understood what I mean.
Joe