View Single Post
Old 10-15-2009, 09:39 PM   #2 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

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?
__________________
My Site
adamdecaf is offline  
Reply With Quote