i have form action file in another directory but some file send to this action file
and how to get url to send action
-> action to http://www.123456.com/ac.php
how to get http://www.test.com in http://www.123456.com/ac.php to goback http://www.test.com
You could store the
$_SEVER["HTTP_REFERER"]in a session or other variable and then use it when applicable.