Link to home
Start Free TrialLog in
Avatar of intazaar
intazaar

asked on

arrays in php

hi,
is there a way to find the elements of an array if you don't know them?

eg, if i was given an array called aaa
and there are two elements that exist a and b (ie.  aaa[a] and aaa[b])
how do i find the two elements of i dont already know them?
ASKER CERTIFIED SOLUTION
Avatar of TedInAK
TedInAK
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
And here's a good listing of php's built-in array functions: http://us2.php.net/array
Avatar of intazaar
intazaar

ASKER

thanks it worked very well!
You're welcome :-)