Ask a Question related to PHP Development, Design and Development.
-
Yang Li Ke #1
virtual path problem
hi,
I have a script in a folder which simply creates a file in another dump
folder
/myscript/script.php
/myscript/dumpfolder/
but then i call this script from my index
page which is in the root folder
/index.php
and it doesnt go to /myscript/dumpfolder/
but it looks for the /dumpfolder/
how can I always have the rigth path if
I call this script from anywhere on my
site ?
Thank you very much !
Yang
--
Yang Li Ke Guest
-
virtual path is missing slash in contribute
Dear sir, Iam using contribute 3, when i published a page, contribute is missing "/" "slash" in the page. for example page has path like this... -
Jrun virtual-mapping to UNC path
Is it possible to set the <virtual-mapping><system-path> in the jrun-web.xml file to point to a UNC path? I want all of the .cfm files to reside... -
Virtual Path
Hi, I have an application with a connection.asp document linking to the MS Access database Previously I have had the database ABOVE the ROOT and... -
Virtual Path from a class Object
An object resides in memory. As such, there is no path, virtual or otherwise to it. -- HTH, Kevin Spencer Microsoft MVP ..Net Developer... -
Convert Physical path to Virtual path?
We have a field that gets filled into a database that our ASP website pulls from. What we would like to be able to do is to take that path and... -
Randell D. #2
Re: virtual path problem
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?
"Yang Li Ke" <yanglike@sympatico.ca> wrote in message
news:WYGdb.2615$ab5.64952@news20.bellglobal.com...What has script.php got to do with your example above?> hi,
>
> I have a script in a folder which simply creates a file in another dump
> folder
>
> /myscript/script.php
> /myscript/dumpfolder/
>
> but then i call this script from my index
> page which is in the root folder
>
> /index.php
>
> and it doesnt go to /myscript/dumpfolder/
> but it looks for the /dumpfolder/
>
> how can I always have the rigth path if
> I call this script from anywhere on my
> site ?
Correct me if I am wrong - If you are in a directory path /my/directory/here
and you want to run your script from there, and for it to look in
/my/directory/dumpfolder then try using $_SERVER[DOCUMENT_ROOT] to help find
your current root folder - it works for virtual hosts too...
Randell D. Guest



Reply With Quote

