ICE03 a & b HOME PAGE

File has been read


PART 2 of ICE03a

Data in the file row 1 :Anitha,Kasturi,CrittendenRoad,Rochester,14623

Data in the file row 2 :Lakshmi,Kasturi,CrittendenRoad,Rochester,14623

Data in the file row 3 :Vivek,Vijayan,Randolph,Windsor,1678

Data in the file row 4 :Prasanna,Padman,tnagar,Chennai,600087

Data in the file row 5 :wearethebest3322Reebok,16

PART 3 of ICE03a

The total number of lines of data in the array is :5

Data in the file row 1 :Anitha,Kasturi,CrittendenRoad,Rochester,14623

Data in the file row 2 :Lakshmi,Kasturi,CrittendenRoad,Rochester,14623

Data in the file row 3 :Vivek,Vijayan,Randolph,Windsor,1678

Data in the file row 4 :Prasanna,Padman,tnagar,Chennai,600087

Data in the file row 5 :wearethebest3322Reebok,16

The total number of output from the program is :5

PART 4 of ICE03a

First :Anitha

Last :Kasturi

Street :CrittendenRoad

City :Rochester

Zip Code :14623


First :Lakshmi

Last :Kasturi

Street :CrittendenRoad

City :Rochester

Zip Code :14623


First :Vivek

Last :Vijayan

Street :Randolph

City :Windsor

Zip Code :1678


First :Prasanna

Last :Padman

Street :tnagar

City :Chennai

Zip Code :600087


First :wearethebest3322Reebok

Last :16

Street :

City :

Zip Code :


PART 5 of ICE03a

array(1) {
  [0]=>
  array(1) {
    ["data"]=>
    array(5) {
      [0]=>
      array(5) {
        ["firstname"]=>
        string(6) "Anitha"
        ["lastname"]=>
        string(7) "Kasturi"
        ["street"]=>
        string(14) "CrittendenRoad"
        ["city"]=>
        string(9) "Rochester"
        ["zipcode"]=>
        string(6) "14623
"
      }
      [1]=>
      array(5) {
        ["firstname"]=>
        string(7) "Lakshmi"
        ["lastname"]=>
        string(7) "Kasturi"
        ["street"]=>
        string(14) "CrittendenRoad"
        ["city"]=>
        string(9) "Rochester"
        ["zipcode"]=>
        string(6) "14623
"
      }
      [2]=>
      array(5) {
        ["firstname"]=>
        string(5) "Vivek"
        ["lastname"]=>
        string(7) "Vijayan"
        ["street"]=>
        string(8) "Randolph"
        ["city"]=>
        string(7) "Windsor"
        ["zipcode"]=>
        string(5) "1678
"
      }
      [3]=>
      array(5) {
        ["firstname"]=>
        string(8) "Prasanna"
        ["lastname"]=>
        string(6) "Padman"
        ["street"]=>
        string(6) "tnagar"
        ["city"]=>
        string(7) "Chennai"
        ["zipcode"]=>
        string(7) "600087
"
      }
      [4]=>
      array(5) {
        ["firstname"]=>
        string(22) "wearethebest3322Reebok"
        ["lastname"]=>
        string(3) "16
"
        ["street"]=>
        NULL
        ["city"]=>
        NULL
        ["zipcode"]=>
        NULL
      }
    }
  }
}

PART 2 of ICE03b

File read
Using implode function Bata,12
Using implode function Addidas,13
Using implode function Reebok,16

The second comany in the file is Reebok and the shoe size is 16

PART 3 of ICE03b