Phpcms How to write a sentence like this

Source: Internet
Author: User
Want to define the CATID in the SQL sentence
If Num=1 so catid=5, otherwise catid=7
I don't know how to write such a sentence.
Here is the SQL sentence,
{pc:get sql= "select * from category where category.catid= $catid order by catid ASC" num= "7" return= "Data"}
Note that the sentence I want to write is put in front of the SQL sentence


Reply to discussion (solution)

Is it OK to add an if statement in front of you?
If $num ==1
{pc:get sql= "select * from category where category.catid=5 order by catid ASC" num= "1" return= "Data"}
Else
{pc:get sql= "select * from category where category.catid= $catid order by catid ASC" num= "7" return= "Data"}

  • 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.