hi,
I have uisng php file in flash actionscript3.0.
How to use this .php file absolute path and relative path.
how to call absolute path and relative path in php?
can u explain the absolute path and relative path?
thks,
An absolute path includes the entire address from a base reference (server or system drive), as in:
http://www.somedomain.com/somefolder/somefile.php
C:\Program Files\somefolder\somefile.php
A relative path to that same file requires the file specifying it to be somewhere within that same file structure. So a relative path could be...
somefolder/somefile.php if the targeting file is in the main (public_html) folder
somefile.php if the targeting file is in the same somefolder
../somefolder/somefile.php if the targeting file is in a folder that is parallel to somefolder
North America
Europe, Middle East and Africa
Asia Pacific