The output in the output.txt file is as follows:
array ( 'IMType' => '1', 'Email' => 'test@gmail.com', 'SignupName' => 'test11', 'Password' => '11111', 'Encrypted' => '', 'Confirm' => '11111', 'OldPassword' => '', 'Name' => 'test', 'SignupProvinceText' => 'province', 'SignupCity' => 'cityname', 'Street' => 'street x.y', 'SignupIndustry' => 'IT', 'SignupCompany' => 'jobirn', 'SignupJt' => 'engineer', 'CellPhoneNum' => '', 'linked_in' => '', )
this is actually the output of var_export(my_variable,true) , but how to read it again in a variable?
import php
omg Jun 01 '09 at 3:55 2009-06-01 03:55
source share