
jason whitehead - 2011-03-09 15:22:17
For those using xampp who maybe getting an error with include_once statement in example.php --> (include_once '../MultiCurl.class.php';)
Try this statement instead: line 2 --> include_once('MultiCurl.class.php');
This will solve the issue if it arises when testing.