|
Posted by Ivan Omelchenko 608308824 on 06/14/05 13:31
Maximus пишет:
> <?php
skipped
> ----------------------------------------------
>
> I have this code, I need to insert some numbers in the textbox
>
> for example:
>
> 585284
> 582084
> 585209
> 964587
>
> and so on, then i want them to be exploded and echoed back separated by
> commas. How can i exploded then into an array separated by new line?
>
split ?
Split string into array by regular expression (PHP 3, PHP 4 , PHP 5)
array split ( string pattern, string string [, int limit] )
[Back to original message]
|