Question: PHP: how to write and read multi-dimensional array into text file for example 2-D Array: $dogs = array( array(Type=>boxer,size=>large,weight=>100), array(Type=>chihuahua,small=>,weight=>10), array(Type=>pitbull,=>very large,weight=>120), ); Thank you

PHP: how to write and read multi-dimensional array into text file

for example 2-D Array:

$dogs = array(

array("Type"=>"boxer","size"=>"large","weight"=>100),

array("Type"=>"chihuahua","small"=>"","weight"=>10),

array("Type"=>"pitbull",""=>"very large","weight"=>120),

);

Thank you in advance

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!