Jump to content

Have multiple SEPERATE values in one field?


elis

Recommended Posts

Is there anyway to have multiple values in one field, and what would the seperator be?
My Mysql table that I'm referencing is:
ID - USERNAME - BLOCKED
what I need is to be able to store more than one value in the same field on the same row, but be able to call it indvidually.
I'm not even sure if this is possible

currently this is my php code for the above table:
[code]elseif ($userpenname ==''.$cresult[blocked].'')
{
$output.="<br><center><font color=red>.MESSAGE1.</center></font>";
}[/code]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.