• 0

reference


Question

Using IIS (internet information service) I made a php code and set a reference to directory E:\inetpub\wwwroot\teste

Now I'm tranfering the code to Lycos server and I wanna know: how should I change the reference?

Remember: Lycos server uses Linux system...

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

you used something like include( 'E:\inetpub\wwwroot\teste' ); ?

You should just use relative references.

For example:

You have index.php, and includes/header.php

You would use include( './includes/header.php' ); to include the header file in the index.php page.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.