$SITE_Path is equal to $myng_root ??

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sean

    $SITE_Path is equal to $myng_root ??

    Is the $SITE_Path is equal to $myng_root ??

    Please help..

    As in example:

    $SITE_Name = "SaveWebPortal" ; // the name of the site
    $SITE_Mail = "email@yourdoma in.it"; // the main email of the site

    // $SITE_Url = "http://www.yourdomain. it/"; // the url of your site,
    don't forget trailing slash
    // $SITE_Path = "C:/SaveWebPortal/"; // the full path of your site,
    don't forget trailing slashes

    $SITE_Url = "http://localhost/SaveWebPortal/"; // the url of your
    site, don't forget trailing slash
    $SITE_Path = "D:/web/SaveWebPortal/"; // the full path of your
    site, don't forget trailing slashes


    would // $SITE_Path = "C:/SaveWebPortal/"; & $SITE_Path =
    "D:/web/SaveWebPortal/"; be the same as:

    $myng_root = '/home/virtual/site80/fst/var/www/html/folder of
    files:)';
    // Include the required files
    include('/home/virtual/site80/fst/var/www/html/newz/include.php');
  • Chung Leong

    #2
    Re: $SITE_Path is equal to $myng_root ??

    It depends on what the definition of "is" is.

    Uzytkownik "Sean" <new2php@zappo. com> napisal w wiadomosci
    news:28bc6a61.0 401020623.63b61 d9c@posting.goo gle.com...[color=blue]
    > Is the $SITE_Path is equal to $myng_root ??
    >
    > Please help..
    >
    > As in example:
    >
    > $SITE_Name = "SaveWebPortal" ; // the name of the site
    > $SITE_Mail = "email@yourdoma in.it"; // the main email of the site
    >
    > // $SITE_Url = "http://www.yourdomain. it/"; // the url of your site,
    > don't forget trailing slash
    > // $SITE_Path = "C:/SaveWebPortal/"; // the full path of your site,
    > don't forget trailing slashes
    >
    > $SITE_Url = "http://localhost/SaveWebPortal/"; // the url of your
    > site, don't forget trailing slash
    > $SITE_Path = "D:/web/SaveWebPortal/"; // the full path of your
    > site, don't forget trailing slashes
    >
    >
    > would // $SITE_Path = "C:/SaveWebPortal/"; & $SITE_Path =
    > "D:/web/SaveWebPortal/"; be the same as:
    >
    > $myng_root = '/home/virtual/site80/fst/var/www/html/folder of
    > files:)';
    > // Include the required files
    > include('/home/virtual/site80/fst/var/www/html/newz/include.php');[/color]


    Comment

    Working...