The Big Old Mainframe
The most comprehensive resource on the web for mainframe developers
Search
Pages
Home
DB2
JCL
CICS
MQ
Utilities
Interview Questions
Showing posts with label
session start
.
Show all posts
Showing posts with label
session start
.
Show all posts
Sunday, July 31, 2016
Php1-Pass a variable from one page to other webpage
How to pass a variable from one webpage to another?
Its the simple command to be given in both the pages:
Mypage.php
<?php
session start();
row=1;
?>
Mypage1.php
<?php
session start ();
echo row;
?>
Older Posts
Home
Subscribe to:
Posts (Atom)