I would like to pass a long string to a second page. Normally I pass short strings as variables
www.example.php?var=something&var2=somethingelse
In this case tho I would like to pass a long sentence to a second page and not have to replace all the white spaces with dashes deal with commas and apostrophes.
Is there a simple way to do this that Im missing? Do I have to re-query the database?
Thanks