Hello,
I want to combine all my database table in to one line so i can put it all in the url e.g.
Name | Times
__________________________
test1 | 1
__________________________
test2 | 2
__________________________
This is how i want it to look in the url (Result.php?loggedin=true&links=test1-1_newline_test2-2)(newline means that will be a break point when the other page receives is links)
NOTE: After the script retreves the data i'm using header('Location: page') to send the data to the result.php page.