12.04.2011, 08:12
1.Something weird is going on,I made a new arguments - d,m and y,but it still gives me this errors:
Here are the lines:
Why do I still get those errors?
2.I have the function strval_fix in the string.inc include,but I still get those errors:
Could someone help me?
Thanks
PHP код:
warning 219: local variable "y" shadows a variable at a preceding level
error 035: argument type mismatch (argument 1)
warning 203: symbol is never used: "y"
PHP код:
new d,m,y; getdate(y,m,d);
2.I have the function strval_fix in the string.inc include,but I still get those errors:
PHP код:
error 017: undefined symbol "strval_fix"
Thanks