preg_replace / ereg_replace / others???
Posted: Wed Mar 22, 2006 8:36 am
Hi there... I'm experiencing some strange troubleshooting with my php5.
in a sequence like this:
If strlen($indexTXT) is more than a few thousant characters, all I get is a blank page & I don't understand why.
Can u guys help me? It's starting to become too enoying.
Is there a more special configuration for php so it coud support bigger strings for preg_replace? From what I read in php documetation preg_replace is the most powerfull...
in a sequence like this:
Code: Select all
for ($i = 0; $i < count($replace_str); $i++) $indexTXT = str_replace($replace_str[$i], $with_str[$i], $indexTXT);Can u guys help me? It's starting to become too enoying.
Is there a more special configuration for php so it coud support bigger strings for preg_replace? From what I read in php documetation preg_replace is the most powerfull...