|
Posted by Michael Fesser on 07/16/07 01:09
..oO(rebeccatre@gmail.com)
>Usually I get a answer in alt.php concerning MYSQL :-) :-)
>
>I've reposted the question below, I have a very large and complex
>environment, and this is just the thing I need to do. Can someone
>please show a working example? How does the explode() command help me
>pull back #5 data slot? Thank you for your patience and anyone can
>help that would be great.
Did you actually read the manual page for explode()? Using it is pretty
easy - you feed a string to it and get an array back. The 5th element of
your string would be the 4th element in the array (zero-based indexes).
Micha
Navigation:
[Reply to this message]
|