PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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...
If that's all the code you've got in your script, you will get a blank page if the script executes successfully...
If not, and you are sending something to the web browser somewhere, then maybe it's timing out, I can't remember the command off-hand but you could try adding an extra 10 seconds til script time-out on each loop.