How to pass array element one by one in text box in php
Posted
by trainee
on Stack Overflow
See other posts from Stack Overflow
or by trainee
Published on 2010-05-26T00:25:32Z
Indexed on
2010/05/26
0:31 UTC
Read the original article
Hit count: 270
php
i am Reading the file contents and passed it in explod function("=",$string) ,it gives me two array parts[0].parts[1] seprated by = .parts[1] array displays all the values of the variable .now how can i use these values one by one to pass in the text box .The variable value comes in this way (value1 value2 value3 value4...)
my code also throws the undefined offset :1 notice when i prints the parts[1]arrray
© Stack Overflow or respective owner