I have written a function and when i call it like this:
teamslist(1,0);
but if i want to use a wildcard in the argument eg: teamslist(1,%);
i get a pass error:
Parse error: parse error in c:\apache\htdocs\soccerhut\includes\functions.php on line 73
can wildcards be used in function arguments?
if so whats going wrong? if not how do i get around it?
thanks in adavance. MAtt.