This topic is locked

How can I find the name ?

10/7/2021 2:12:19 PM
PHPRunner General questions
I
I author

I want to create a redirect to another page. For that I write the following code in an event :
header("Location: anypage.php");

How can I find the name of the php file I want to reference ? Thanks

aadham 10/7/2021

For List page:
header("Location: page name_list.php");

Just replace the above bold page name with your actual page name.