Phpcms V9 Form Wizard calls and pagination

Source: Internet
Author: User

The resources are as follows:
V9_FORM_TLJ for your form data table, ' Flqh ', ' title ', ' SJ ', ' username ', ' datetime ' for the fields within your form, page= "$_get" for the pagination code, the specific calling code is as follows:

<Divclass= "box">    <h5>Registration information</h5>{pc:get sql= "select ' Flqh ', ' title ', ' SJ ', ' username ', ' datetime ' from ' V9_form_tlj ' ORDER by ' datetime ' DESC ' num= ' 1 0 "page=" $_get "}<Tablewidth= "100%"cellspacing= "1"class= "Table-my">        <thead>            <TR>                <thwidth= "25%"><Strong>Event Events</Strong></th>                <thwidth= "23%"><Strong>Order number</Strong></th>                <thwidth= "12%"><Strong>Member Registration</Strong></th>                <thwidth= "20%"><Strong>Target Merchant</Strong></th>                <thwidth= "20%"><Strong>Registration time</Strong></th>            </TR>        </thead>        <tbody>{loop $data $r}<TR>                <TDwidth= "25%"Align= "Center">{$r [title]}</TD>                <TDwidth= "23%"Align= "Center">{$r [FLQH]}</TD>                <TDwidth= "12%"Align= "Center">{$r [username]}</TD>                <TDwidth= "20%"Align= "Center">{$r [SJ]}</TD>                <TDwidth= "20%"Align= "Center">{Date (' y-m-d h:i:s ', $r [datetime]}</TD>            </TR>{/loop}</tbody>    </Table>{/PC}<DivID= "pages"class= "Text-c">{$pages}</Div>         </Div>

Table names and field names are self-modifying according to their own forms.

Phpcms V9 Form Wizard calls and pagination

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.