|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Passing value page to page
I want to pass textbox value page to page I try session to pass value but I got empty on next page. please help me how to do it.
I paste my query, on my current page multiples record are display on one page.first page show session value but on other pages it got empty. $query2 = "select * from storageprofiler where FileExt = '.$sesstype' Order by FileName,DateCreated LIMIT $startrecord, $display" ; |
|
#2
|
||||
|
||||
|
RE: Passing value page to page
Do you remember to start the session on all pages?
|
|
#3
|
||||
|
||||
|
RE: Passing value page to page
Do you remember to start the session on all pages?
|
|
#4
|
|||
|
|||
|
Mr
yes I do so by writing
session_start(); |
|
#5
|
||||
|
||||
|
RE: Passing value page to page
Could you post your code for the first two pages?
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Programming Theory > Passing value page to page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|