convert following string into array using explode()
Posted
by Deepali
on Stack Overflow
See other posts from Stack Overflow
or by Deepali
Published on 2010-06-08T08:48:26Z
Indexed on
2010/06/08
8:52 UTC
Read the original article
Hit count: 244
php5
HI, I have a string:
NEW ALPINESTAR?S SMX PLUS WHITE MOTORCYCLE BOOTS! 44/9.5$349.95 Time Left 1h 2m NEW AGV BLADE FLAT MATTE WHITE LARGE/LG HELMET$75.53Time Left 1h 2m
I want result in array like this:
Productname
Price time NEW ALPINESTAR?S SMX PLUS WHITE MOTORCYCLE BOOTS! 44/9.5 $349.95 Time Left 1h 2m
© Stack Overflow or respective owner