What is the difference between:
$data = array("id"=>1,"name"=>"Rock");
And
$data[] = array("id"=>1,"name"=>"Rock");
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
What is the difference between:
$data = array("id"=>1,"name"=>"Rock");
And
$data[] = array("id"=>1,"name"=>"Rock");