2006/4/27, Jason Gerfen <[EMAIL PROTECTED]>:
>
> Oops, I thought there might be an array function that would be better to
> use then foreach loops. Thanks.


There are other functions (check the Array Functions section in the manual),
but they just don't get along with the KISS principle.

Dave Goodchild wrote:
>
> >Foreach. Please try and read the manual, this is very basic stuff that
> could
> >be gleaned in 5 minutes.
> >
> >On 27/04/06, Barry <[EMAIL PROTECTED]> wrote:
> >
> >
> >>Jason Gerfen schrieb:
> >>
> >>
> >>>I have come upon a problem and am not sure how to go about resolving
> >>>it.  I have an web form which is generated dynamically from an imported
> >>>file and I am not sure how I can loop over the resulting post variables
> >>>within the global $_POST array due to the array keys not being numeric.
> >>>Any pointers are appreciated.
> >>>
> >>>
> >>>
> >>foreach?
> >>
> >>--
> >>Smileys rule (cX.x)C --o(^_^o)
> >>Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)
> >>
> >>--
> >>PHP General Mailing List (http://www.php.net/)
> >>To unsubscribe, visit: http://www.php.net/unsub.php
> >>
> >>
> >>
> >>
> >
> >
> >--
> >http://www.web-buddha.co.uk
> >
> >dynamic web programming from Reigate, Surrey UK (php, mysql, xhtml, css)
> >
> >look out for project karma, our new venture, coming soon!
> >
> >
> >
>
>
> --
> Jason Gerfen
>
> "You will never be ready for me."
> ~ Me
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to