Home  >  Article  >  php教程  >  一个很傻的无限分类

一个很傻的无限分类

WBOY
WBOYOriginal
2016-06-13 10:47:491324browse

 
/**
 * 无限分类
 * 2011/8/23
 * kcj
 * */ 
include "../conn/conn.php"; 
$flpid=$_POST['flpid']; 
$fltitle=$_POST['title']; 
$fldes=$_POST['des']; 
if(isset($_POST['action'])!=''&&$_POST['action']="add"){ 
    $sql="insert into fenlei (flpid,fltitle,fldes) value('".$flpid."','".$fltitle."','".$fldes."')"; 
    mysql_query($sql); 
     

 
?> 
 
 
 
 
   

 
         
       
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php 图片处理类Next article:获得用户的真实IP地址