PDA

View Full Version : need sessions help


falcons
06-26-2007, 02:17 PM
hello every body ...
i face a problem in sessions ... please help me i am newest in PHP ... i have a page where some result in table form like

Name id subject one subsbject two
Rani 1 45 36
mary 2 56 52
wasiq 3 48 46

and so on

there are lot of records

if i click any name that row will store in an array .. if i select 5 rows after click on the submit button that 5 rows must be show in next page

please help me if any body knows how to do this ....

Fumigator
06-26-2007, 05:38 PM
RTFM (http://us2.php.net/manual/en/ref.session.php)

and/or Google "php +sessions"