Well, there's a small difference between form's GET/POST and passing
variables using the ? on urls. I don't know the techinal details of it, but
it's possible. I guess, on this particular case, the form method is POST.
When the next page is loaded (the action target), you put some GET
parameters
Maybe you should take a look at serialize and unserialize?
http://nl.php.net/manual/nl/function.serialize.php
http://nl.php.net/manual/nl/function.unserialize.php
With serialize you translate a variable to a string. With unserialize you
translate it back to the original variable
Jerry Verhoef
2 matches
Mail list logo