How to synthesize two segments of code into a function

Source: Internet
Author: User
How to synthesize two pieces of code into a function

Php
$query _hx_php= "SELECT * from content_publish WHERE content_language_classification = ' php ' GROUP by Content_original_aut or ORDER by content_id DESC ";
$record _php = mysql_query ($query _hx_php);
$record _cnt_php = mysql_num_rows ($record _php);


Asp
$query _hx_asp= "SELECT * from content_publish WHERE content_language_classification = ' asp ' GROUP by Content_original_aut or ORDER by content_id DESC ";
$record _asp = mysql_query ($query _hx_asp);
$record _cnt_asp = mysql_num_rows ($record _asp);


I hope that the suffix name, such as _asp _php, can vary according to the parameters, for example, if I pass in C, then the variable suffix name is unified into ****_c PHP MySQL ASP C Select

Share to:


------Solution--------------------
  function  AA ($STR) {
$str 1 = ' $ '. $str;
$query _hx_. $str 1= "SELECT * from content_publish WHERE content_language_classification = ' asp ' GROUP by Content_original_ Autor ORDER by content_id DESC ";



}
  • Related Article

    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.