Undefined function
Posted
by Luke
on Stack Overflow
See other posts from Stack Overflow
or by Luke
Published on 2010-05-01T20:50:33Z
Indexed on
2010/05/01
20:57 UTC
Read the original article
Hit count: 167
php
Just a simple problem for most of you i'm sure. I have a function addTeamFixtures and it calls on a function flip.
That function is defined later in the script. But I don't think it is happy with that.
The code where it calls the function:
$rounds[$round][0] = flip($rounds[$round][0]);
Any ideas?
© Stack Overflow or respective owner