View Single Post
Old 02-14-2008, 03:05 PM   #9 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

Better to use a relational table or three fields on the table then explode it like that. It's never a good idea to store data like that. It's also bad for this purpose because | can go into a filename.In the unlikely event that someone sticks that in there, you have a problem on your hands.
__________________

Village Idiot is offline  
Reply With Quote
The Following 2 Users Say Thank You to Village Idiot For This Useful Post:
Orc (02-14-2008), SOCK (02-17-2008)