values/parameters between php scripts ?
Posted: Thu Nov 13, 2003 10:49 am
Hello
On my page i use header() function to go to other php pages.
Example: page1.php
.....some code.....header("location: http://mypage/page2.php\r\n");
but i would like to call page2.php with 'some parameters' so i could
show page2.php and fill some data according to page1.php values.
Is it possible ? How can i do it ?
Thanx
On my page i use header() function to go to other php pages.
Example: page1.php
.....some code.....header("location: http://mypage/page2.php\r\n");
but i would like to call page2.php with 'some parameters' so i could
show page2.php and fill some data according to page1.php values.
Is it possible ? How can i do it ?
Thanx