how can you place a phpr form in another webpage |
4/10/2012 15:44:06 | |
| PHPRunner General questions | ||
|
L
larryk author
hello, |
||
|
|
Sergey Kornilov admin 4/11/2012 |
|
Using iframe tag you can insert PHPRunner form into any other page: <iframe src="http://domain.com/projectname/test_add.php"></iframe> |
|
|
L
|
larryk author 4/11/2012 |
|
Hi Sergey, |
|
|
|
Sergey Kornilov admin 4/11/2012 |
|
You you need to assign your PHPRunner application different URLs look into URLRewrite options. I'm not sure if you can easily tell PHP application to read files from other location. |
|