As in, if you have a file ‘main.php’ which includes ‘included.php’, and this function was called in included.php, what would be returned?
Posts Tagged ‘Included’
Is There A Php Function That Returns The Script’s File Name? If So What Is Its Effect In Included Php Scripts?
July 13th, 2010Im Starting My Own Web Page Design Bussiness, 500 Dlls By Year, All Included?
February 27th, 2010What you think about, 500 dlls by year a .. 5 areas web page, all included, web design, hosting, flash areas, montly update, etc
How To Get A Php File To Be Included Across Files In Different Directories?
August 25th, 2009Currently I have created some php based webpages and uploaded them to my web hosting server.It has a PHP 5.1.6
installed.With this I am able to include files only that are in the same directory(they work well using require() fn).If not an error message displaying some “no such file” in directory appears in the page.I would like to use them to be included in different direcetories.What should I do?