Hello ajay,
Sunday, February 22, 2004, 9:05:52 PM, you wrote:

a> hi!
a> the code is
a> <?php
a>  include("classes/DB.php");
a>      include("classes/PageMaker.php");
        
hmm... may be you need to add '/' in front of classess
try this one:
    include(dirname(__FILE__)."/classes/DB.php");

hope it will work :)

good luck

-- 
Best regards,
 adwin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to