| | |
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 |
301 apache api array autosuggest beginner binary broken cakephp checkbox class cms code compression cron curl data database date display dropdownlist dynamic echo email eregi error execution file files folder form forms function functions google href htaccess html httppost if...loop image include insert ip javascript joomla jquery key library limit link links login mail md5 menu mlm multiple mysql mysql_real_escape_string oop paypal pdf pdfdownload php phpvotingscript problem query radio random recursion remote screen script search searchbox server session sessions sms sorting source space sql syntax system table tutorial update upload url validator variable video volume votedown web website youtube zend






