Good, but can you modify your solution so that the following does not happen? (1000 iterations of both solutions). Input: $paragraph = "o'reilly and peter's dogs and cats";...
Simple MVC tutorial with pure PHP I wrote this simple tutorial to show MVC pattern. Divide your problem in layers. Model for your data. Views for your data presentation. Co...
You can do it in one line. I defined a couple of variables for better understanding. Combination of str_replace, explode and array_filter for clean the result: <?php $paragr...
1. Create bot with @BotFather and get the token 2. Set webhook for your bot, point to an url in your server https://core.telegram.org/bots/api#setwebhook 3. For each request...
the final result was preg_match_all('~\b\w++(?>\'\w++)*+~', $paragraph, $matches); $words= $matches[0]; vs $words = array_unique(array_filter(explode(' ',str_replace($junk,...
Ja ja! No OS user access? Check if set_timelimit function is not disabled.
db? logs file? you can start stop pause?
Are comment tags added by the inspection tool? Add a semicolon please or give us more information to help you
ok is perfect... running in background... how you check the progress or the failure of your "process"?
Is there an error message or you just don't get what you expect?
what is the syntax for 's (two chars) split??
<?php include('top.php'); ?>
a to z A to Z and 0 to 9 ???