Hello, In $a I have the name of the array that I want to use. For example. $a="myarray"; I need to send myFunction($myarray); if I try myArray($a); the string "myarray" is sent, and I want to send $myarray that is the text in $a. Thank you. Fabian Fabela [EMAIL PROTECTED] www.vacagorda.com
- Re: [PHP] Get a variable from a variable. Fabian Fabela
- Re: [PHP] Get a variable from a variable. Jason Stechschulte