
September 12th, 2003, 02:09 AM
|
|
Contributing User
|
|
Join Date: Sep 2003
Posts: 86
Time spent in forums: 1 Day 5 h 38 m 26 sec
Reputation Power: 5
|
|
|
Help splitting data from a row
I have a specific row in a table that im trying to have the data split and displayed as 2 different fields
Now im trying to figure out how to display that data where in one textarea there is the MessageTitle(before the comma) and another textarea having the MessageBody(after the comma)
Table name is "settings"
Column name is "value"
the specific row im trying to access has the data MessageTitle,MessageBody
Whats the query for this? and what would be the variable for displaying the 2 values?
P.S. this is a PHP webpage if that matters...
|