欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

Warning: Missing argument 3 for_PHP教程

程序员文章站 2022-05-28 15:59:39
...
Warning: Missing argument 3 for photo_bigclass(), called in F:\myweb\79look\index.php on line 78 and defined in F:\myweb\79look\inc\base_function.php on line 127

Notice: Undefined variable: end in F:\myweb\79look\inc\base_function.php on line 128
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

经过分析,是函数参数不相同.

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/632484.htmlTechArticleWarning : Missing argument 3 for photo_bigclass(), called in F:\myweb\79look\index.php on line 78 and defined in F:\myweb\79look\inc\base_function.php on line 127 Notice : Undefine...