Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lasya
  • Order by date
  1. lasya

    Problems including php script from another domain

    Thanks a million!
  2. lasya

    Problems including php script from another domain

    include ('http://www.otherdomain.com/include/file.php');
  3. lasya

    Problems including php script from another domain

    1) I have tried both include() and require_once(). 2) Both domain are on the same physical server. 3)php safe mode = off. Thanks for the quick response! (BTW - what i am trying to achive: I have sveral differnet daomin using the same classes and databse, so I am trying to include the...
  4. lasya

    Problems including php script from another domain

    In domain a i have a php file that defines a class. when including it in a page in domain b,i get error that the class is not deifined. Any way i can do it? Thanks!

Part and Inventory Search

Back
Top