hello,

ok heres the thing ;)
lets say i have array("part1", "part2", "part3", "part4");
now i have string like
$string = "here's PART and heres PART, another PART here and final PART
here";
now i wanna replace first PART in string with part1 from array and second
PART with part2 from array ...
one more thing is that i dont know how many parts there will be in string ..
but i know that array and string will have the same number of parts ;)

help plz :)



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to