This topic is locked

WHat are $arr[1].',

7/22/2009 8:00:42 AM
PHPRunner General questions
S
swanside author

Hello. Question from a thicky,
If I have a table and the fields are R001, R002, R003, R004 and so on, How do I find out what field is $arr[2].")"; looking at. Or maybe what should be $arr[?].")"; for field R004

values(".$arr[0].",".$arr[4].",".$arr[2].")";


Thanks

Paul.

J
Jane 7/22/2009

Hi,
check fields in the first line of your imported file. First field value is $arr[0], second - $arr[1], etc.

S
swanside author 7/22/2009

Arrr, Thanks. Now I see.
I was getting confused with the first one having a 0 in it, but now it all makes sense.
Thanks