This topic is locked
[SOLVED]

 insert webforms generated by PHPRunner on my site

1/1/2014 9:51:16 AM
PHPRunner General questions
J
joiresende author

hello

PHPRunner have used for some time and has served me well in my projects.

One of my clients under contract have to use a specific model website.Ele already have pre clearcut model.

What I need is to integrate the application with the generated PHPRunner his website.
To simplify: I need to insert the page add (lig_add.php) in my client's web site. Without having to drive to a website generated by PHPRunner
Thanks for the support.

and Happy New Year

Sergey Kornilov admin 1/1/2014
J
joiresende author 1/1/2014

thanks, worked perfectly.

One more help.

Would, when adding a new record, redirect to another page outside the iframe.
I'm using:

/ / Redirect to another page ** ****

header ("Location: .. /.. / mt.php");

exit ();

thank you

Sergey Kornilov admin 1/2/2014

It will stay within the iframe after redirect.

S
SkyForum 1/2/2014

I'm not sure how you would add it to the redirect in phprunner (just learning it), but the best way is to add
target="_top" to the end of your href tag.