While the number of times in the loop error "help"

Source: Internet
Author: User
"Help" error while controlling loop count
On the code ... The following code is a bit of a problem. I wanted to use $i to control the number of outputs. But a replacement is a break;
Thought for a long day without solution.
Ask for help ... Thank you...

PHP Code
  
   Replace keyword function Replacekey ($newstext) {    Global $empire, $dbtbpre, $public _r;    if (empty ($newstext))    {return $newstext;}    $sql = $empire->query ("select Keyname,keyurl from {$dbtbpre}enewskey");    $i =0;    while ($r = $empire->fetch ($sql))    {        if ($i < 5)        {            $newstext =empty ($public _r[repkeynum])? str _replace ($r [KeyName], ". $r [KeyName].", $newstext):p reg_replace ('/'. $r [KeyName]. ' /', '. $r [KeyName]. ', $newstext, $public _r[repkeynum]);        }        else break              ;        $i + +;    }    return $newstext;}


------Solution--------------------
Can you confirm that the query results are greater than 5?
------Solution--------------------
Personally think you have a problem debugging, the result is not as you said that only replaced once
The value of $public _r[repkeynum] does not change while the function is running, then the else branch must not be executed
------Solution--------------------
The code control process should be no problem, the problem should be in


$newstext =empty ($public _r[repkeynum])? str_replace ($r [KeyName], ". $r [KeyName].", $newstext):p reg_replace ('/'. $r [KeyName]. ' /', '. $r [KeyName]. ', $newstext, $public _r[repkeynum]);


This part.

So it seems that it should be modified to $newstext. The string returned by =xxxx is the end you want.
  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.