flying variables | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Mon, 20 Dec 2010 13:43:56 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 How can I build variable at run time in PHP? https://www.naveenos.com/2010/12/how-can-i-build-variable-at-run-time-in-php https://www.naveenos.com/2010/12/how-can-i-build-variable-at-run-time-in-php#comments Mon, 20 Dec 2010 13:43:24 +0000 http://naveenos.com/?p=269 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' => '1234567890' ); and you want to make run time variable like : $name = 'test1'; $email […]

The post How can I build variable at run time in PHP? first appeared on naveenOS.]]>
https://www.naveenos.com/2010/12/how-can-i-build-variable-at-run-time-in-php/feed 2