Php unlimited classification (non-recursive)

Source: Internet
Author: User
& Lt ;? /***** Unlimited classification ** 2011/8/24 * kcj **/include & quot ;.. /conn. php & quot; $ flpid $ _ POST [& amp; #39; flpid & amp; #39;]; $ fltitle $ _ POST [& amp; #39; title & amp; #39;]; $ fldes $ _ POS /**
* Unlimited classification
* 2011/8/24
* Kcj
**/
Include "../conn. php ";
$ Flpid =$ _ POST ['flid'];
$ Fltitle = $ _ POST ['title'];
$ Fldes = $ _ POST ['Des '];
If (isset ($ _ POST ['action'])! = ''& $ _ POST ['action'] =" add ") {// unlimited classification (non-recursive), using paths to determine the classification attribution (flid = flpid)
$ Sql2 = "select flpath from fenlei where flid =". $ flpid;
$ Rst2 = mysql_query ($ sql2 );
$ Row = mysql_fetch_array ($ rst2, MYSQL_ASSOC );
$ Flpath = $ row ['flpath'];
$ SQL = "insert into fenlei (flpid, fltitle, fldes, flpath) value ('". $ flpid. "','". $ fltitle. "','". $ fldes. "','". ($ flpath. '-'. $ flpid ). "')";
Mysql_query ($ SQL );

}
 
?>
 
 
 
 
 
 
Untitled Document 
 
 
 

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.