How can I build variable at run time in PHP?
December 20, 2010 | In: php, web development
Mostly time we need to create some variables at run time. because we do not want to write same line. For example you have an array like : $user_details = array( 'name' => 'test1', 'email' => 'test@example.com', 'phone_number' =>...