> In my script I am using require ('this.html') and require('that.html') 
> and on my local machine it works fine but on the site where its hosted, 
> it doenst.
> 
> Is require something that might not be allowed for by hosts?

either or both:
a)
  try include() instead of require() 
b)
  check if the current folder "." is in include_path


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to