I tried the solution with the function serialize() but it didn't work...
I found another way to do : by storing each string in a different session variable and using a variable for the session variable name like this :
$_SESSION["titre".$level]=$titre;
but I still would like to find a way to store an array in a session variable and add a new field each time the page loads. So, if anyone has an example code for this purpose, could you post it please????
I know my english is not good. To explain my problem in a simplier way, I need something that works almost like a shopping cart, something that implements the url variables (variables can be strings) to an array...