开发者

Warning: sprintf() [function.sprintf]: Too few arguments in /home/inrunitc/public_html/chek/chek.php on line 132

Warning: sprintf() [function.sprintf]: Too few arguments in /home/inrunitc/public_html/chek/chek.php on line 132
Query was empt开发者_开发技巧y

I am new to PHP and mysql and I have like 88 fields in my form - what should I do ?


This happens if you have something like

$s = sprintf('%d %d %d', 4);

There are three placeholders in the format string but only one parameter.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜