| | |
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?
Views: 5574 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax apache api array beginner binary broken cakephp checkbox class cms code cron curl database date directory display download dynamic ebooks echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery js limit link login loop mail mediawiki menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion regex remote script search select server sessions sms soap source space speed sql stored structure subdomain syntax system table tutorial update updates upload url validation validator variable video web xml youtube






