hi all
here are all my cookies and sessions: there are many more
i am retrieving info from page 1 to page 2 using cookies and sessions, so for example i have these check boxes: there also many more check boxes
once ticked it will show their values on the next page which page2.php.
i.e:
Micheal Jordan Junior
or if one box ticked depending which one it will only show
i.e Micheal or Jordan or Junior
from these values that are saved in the cookies or sessions, i think sessions as it will be easier i want to use a FOR a loop and IF statement to say if you see this value write this line to file
which is in my xsl
i.e like: here is my xsl so far:
and this is sorting by first name and displaying all the fields, but i want some times to write a line to only display that particular field and the same sort for example.
can some one please help me with this if its possible, thanks for your time and effort.
so basicaly in another words:
The information that are retreived from the first page and then saved into cookis or sessions needs to be used on page 3 to choose what elements of the XSL style sheet are to be written to the file. For example on the third page you would run an if statement to see if the display 1st_name box was ticked, if not then dont write any of the lines relating to the 1st_name.
thanks
