PHP Classes

solved xampp issue

Recommend this page to a friend!

      MultiCurl  >  All threads  >  solved xampp issue  >  (Un) Subscribe thread alerts  
Subject:solved xampp issue
Summary:example.php --> include_once connectivity (issue/bug) in xampp
Messages:1
Author:jason whitehead
Date:2011-03-09 15:22:17
 

  1. solved xampp issue   Reply   Report abuse  
Picture of jason whitehead 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.