10-15-2009, 09:39 PM
|
#2 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 287
Thanks: 5
|
If you're going to grab the string via a HTTP request (such as $_POST, $_GET) then I would say NO! Those would be instantly hackable by anyone who viewed them.
If you're going to store the string in a file and load it I have to ask why not just store them as separate variables?
|
|
|
|