I want to be able to pass a large variable (lots of lines of text) from one PHP script to another one. I know this can be done with smaller variables by appending them to the URL using ?var=xyz
Is there any way I can do this easily with large variables with using forms to POST data, and without using sessions?
Also, does anyone know of any good tutorials on using sessions without cookie support?
Thanks