This topic is locked

How to add files to project

12/11/2009 5:21:00 AM
PHPRunner General questions
A
adamrw author

I need to add my php file to project. header.php show me image which is saved in DB. So I have "<img src='file.php'>" in header.php . I have made file.php which get BLOB from DB and print this image. Always I have to add file 'file.php' to server after copying file from output, but I would like to have it in project. How to do it ?

Sergey Kornilov admin 12/12/2009

You can add your file to PHPRunner source directory and tell processor to pick it up using files.txt.

Here is the manual article that explains how it works:

http://www.xlinesoft.com/phprunner/docs/files.txt.htm