Calling PHP page after insert

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
nserpiot
User
Posts: 49

Calling PHP page after insert

Post by nserpiot »

Please give me an example and the position in which I have to put a call in a PHP page in an ADD PHPMAKER page.
My need is to call a PHP page after the Insert of a row in an ADD page.

Thx


scs
User
Posts: 694

Post by scs »

are you talking about
$this->Page_Terminate("your.php");
in Row_inserted?


nserpiot
User
Posts: 49

Post by nserpiot »

Yes, exactly this.
Thank you


Post Reply