Multi-content paging

Source: Internet
Author: User
Multi-content paging
Multi-content paging php

  1. $ Aa = 'abnormal, soft, or liquid droppings occur in the pigeon house, which is a common problem. it is easy for pigeon owners to discover such droppings, it also indicates a kind of warning on the health of the pigeons. Normal feces are often described as brown/green, like marble. the top of the stool contains a CAP formed by the crystallization of white uric acid salt from the kidney, and the stool is often attached with soft hair, all of the above are considered healthy.
  2. Abnormal feces occur, originating from the intestinal or urinary system, thirst or the above-mentioned mixed problem; extreme soft stools or water stools, no form of suspension, in this chapter, all are considered as Xixia. Diarrhea (pigeon often referred to as wet discharge, water-based discharge, spray, strips of stool, green stool, white stool, etc) with the increasing trend of competitions and presentations at home and abroad, it is also caused by the addition of the cash prizes among the pigeons, which leads to the excessive love of the pigeons, all kinds of medicines and subsidies are given in excess, and then hurt the urinary system (kidney disease), resulting in water diarrhea (polyuria, thirst, gradual loss of appetite) the situation is also more frequent than that in foreign countries. Generally, pigeon owners prefer to believe that diarrhea is only a separate disease, rather than a clinical symptom caused by the disease.
  3. It is obvious that there are many potential factors in the competition. In addition, some pigeons may also have a variety of rare stools, such as nervousness, new creatures, foreign substances in the gastrointestinal tract, diabetes, and so on.
  4. This chapter focuses on the mass diarrhea, as detailed below.
  5. Paramyxovirus-1 (PMV-1)
  6. Pathogens: submucus virus infection, which is known as bararmigo. its correct classification is as follows:
  7. Paramyxoviridal Family:
  8. 1. Paramyxovirus (PMV) scores 9 groups, of which 2 groups have the adequacy of birds.
  9. ◎ Parainfluenza-1, divided into 4 plants:
  10. ● Newcastle Virus: Poultry, pigeons, birds, and humans.
  11. PMV-1: Pigeon (common), chicken.
  12. ● Sendai.
  13. ● HA2: it has no effect on birds.
  14. ◎ Parainfluenza-7, divided into 2 plants:
  15. ● Tenn/USA/4/75: Dove.
  16. ● Otaru/Japan/76: rock pigeon.
  17. ● Morbillivirus (M)
  18. ● Ppneumonia (P)
  19. It will affect the virus strains of the pigeon to the ratio of Newcastle to PMV-1, there is a strong cross immune antigen between the two.
  20. In recent years, due to the communication of pigeon only, a large number of pigeon collection, and the implementation of the immunization program is not implemented, is because of the infection of PMV-1 caused by pigeon diarrhea has become the most common; the typical outbreak of this disease is the sudden onset of thirst and diarrhea. the sick pigeon has changing neurological symptoms, including trembling, oblique neck, drooping wings, weak feet, and inability to properly feed, if the balance is lost, the circle movement and Horizontal lying will be performed. pigeons of all ages may be infected, depending on their immune status. This disease is a legal infectious disease, and should be controlled by epidemic prevention without special treatments. ';
  21. Rtrim ($ aa );
  22. $ Stringnums = 200; // Number of characters per page
  23. $ Length = mb_strlen ($ aa, 'utf8'); // Article length (character)
  24. If ($ length> $ stringnums ){
  25. $ Pagecount = ceil ($ length/$ stringnums); // Number of pages
  26. $ Nowp = empty ($ _ GET ['P']) | $ _ GET ['P']> $ pagecount | $ _ GET ['P'] <0? 1: $ _ GET ['P']; // current page
  27. $ Offset = $ stringnums * ($ nowp-1); // offset
  28. $ Aa = mb_substr ($ aa, $ offset, $ stringnums, 'utf-8'); // get content
  29. // $ Aa = preg_replace ("/^/I", "", $ aa );
  30. // $ Aa = preg_replace ("/<\/DIV> $/I", "", $ aa );
  31. // $ Aa = strip_tags ($ aa ,"

    • ");
    • $ Aa = @ tidy_repair_string ($ aa, '', 'utf8 ');
    • // Pagination bar
    • $ Pagemulti1 = ""; // geshe_1
    • For ($ I = 1; $ I <= $ pagecount; $ I ++ ){
    • $ Nowcss = '';
    • If ($ nowp = $ I ){
    • $ Nowcss = 'color: Red ';
    • }
    • $ Pagemulti1. = "[$ I]";
    • }
    • }
    • Echo $ aa;
    • Echo $ pagemulti1;
    • ?>
    • For the application of the tidy_repair_string function, remember to configure the tidy extension of php. Baidu will be able to configure it!

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.