User Profile

Collapse

Profile Sidebar

Collapse
lingzhi0412
lingzhi0412
Last Activity: Oct 22 '14, 11:44 PM
Joined: Oct 22 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Code:
    require('header.php');
     require_once('product_fns.php');
     
    
    
      //create short variable name
      $商品编号=$_POST['商品编号'];
      $商品名称=$_POST['商品名称'];
      $购买日期=$_POST['购买日期'];
      $失效日期=$_POST['失效日期'];
    ...
    See more | Go to post
    Last edited by Dormilich; Oct 23 '14, 07:56 AM. Reason: please use code tags

    Leave a comment:


  • Access denied for user ''@'localhost' (using password: NO)

    Hi guys,
    I have a trouble with error"Access denied for user ''@'localhost' (using password: NO)", Could someone give me some advice. Try to add new user but it does not work. Here is my scirpts:

    Code:
    function add_product($商品编号,      
                         $商品名称,     
                         $购买日期,     
                         $失效日期,
    ...
    See more | Go to post
    Last edited by Dormilich; Oct 23 '14, 07:56 AM. Reason: please use code tags
No activity results to display
Show More
Working...