| | |
how to capture data from variable after redirect to another page
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
code in login page is:
how do i get the data from the variable in index page after redirect from login page
PHP Syntax (Toggle Plain Text)
header("Location: index.php?$page");
how do i get the data from the variable in index page after redirect from login page
•
•
•
•
code in login page is:
how do i get the data from the variable in index page after redirect from login pagePHP Syntax (Toggle Plain Text)
header("Location: index.php?$page");
$var=$_GET['var'];If this is not what you are asking about, please reply with a little bit more detail on the question.
there is this code
and now want to pass the value in the variable $var1 and store it in another variable in index page
PHP Syntax (Toggle Plain Text)
$var1='done' header("Location: index.php?$var1");
and now want to pass the value in the variable $var1 and store it in another variable in index page
•
•
•
•
there is this code
and now want to pass the value in the variable $var1 and store it in another variable in index pagePHP Syntax (Toggle Plain Text)
$var1='done' header("Location: index.php?$var1");
PHP Syntax (Toggle Plain Text)
header("Location: index.php?var1=$var1");
PHP Syntax (Toggle Plain Text)
$var1 = $_GET['var1'];
![]() |
Similar Threads
- How to redirect a page in JSP (JSP)
- i want to post data with screen scrap page.. (ASP.NET)
- i want to send labelbox value with redirect page (ASP.NET)
- i want to send labelbox value with redirect page (VB.NET)
- transfer data from an asp .net page into a javasscript script (ASP.NET)
- login script using sessions (PHP)
- php mail form - need to redirect to new page (PHP)
- How Can I Pass A PHP Variable From One .php page to another (PHP)
Other Threads in the PHP Forum
- Previous Thread: Parse error, unexpected T_STRING, expecting T_CASE
- Next Thread: Upload----Phpbb3?
| Thread Tools | Search this Thread |
ajax apache api array beginner beneath binary broadband broken button cakephp checkbox class cms code countingeverycharactersfromastring crack cron curl database date decode display dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla limit link login loop mail match md5 menu mlm multiple mysql mysql_real_escape_string oop paypal pdf php problem protocol query radio random recursion regex remote script search server session sessions sms smtp soap source space sql strip_tags survey syntax system table tutorial undefined update upload url validator variable video virus votedown web window.onbeforeunload=closeme; xml youtube






