Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5939341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T15:48:52+00:00 2026-05-22T15:48:52+00:00

Is there a similar command in php simulating command in Classic ASP include virtual

  • 0

Is there a similar command in php simulating command in Classic ASP “include virtual” that can be applied in the command ‘file’ or ‘include’ to guide the opening of files?

I use a Windows Host not Apache.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T15:48:53+00:00Added an answer on May 22, 2026 at 3:48 pm

    ASP’s #include directive allows file or virtual options, which include files using a path either relative to the current file or relative to the site root, respectively.

    (More info can be found here: http://www.w3schools.com/asp/asp_incfiles.asp) (and yes, I dislike w3schools as much as the next guy here, but it was the clearest explanation I could find in a hurry; feel free to replace it if you know a better one)

    PHP’s include() function (and include_once(), require() and require_once()) doesn’t differentiate this way. If you want to include a file using a directory relative to the virtual server root, you need to use $_SERVER['DOCUMENT_ROOT'] in your include path. ie:

     include $_SERVER['DOCUMENT_ROOT']."\myfile.php";
    

    See the PHP manual page for more info: http://php.net/manual/en/function.include.php and http://php.net/manual/en/reserved.variables.server.php

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a MySQL command to locate the my.cnf configuration file, similar to how
Is there a feature in mercurial similar to subversion's propset command? What I really
is there similar syntax to php's $$variable in python? what I am actually trying
There are similar question, but not regarding C# libraries I can use in my
I was looking for a portable script or command line program that can synchronize
There are a few similar questions on SO and elsewhere but mostly with php
Is there any similar command such as cd , pwd which operate on current
Is there anything similar to the following in Windows that will let me know
Is there similar component for Delphi like dictionary of Python? I'm now using TStringList
Is there an alternative ActionScript 3 lightweight framework out there similar to Flex, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.