Log in

View Full Version : Pulling Censored Words


evenmonkeys
01-01-2006, 04:36 AM
How do you pull the information in the options row in the datastore table? O_o I'm trying to pull the banned words and I don't know what to call for. Whether it be php or html... how can I get it?

Please take note that I am still new to a lot of this and won't understand advanced responses. =D Right now... I've been using the following code to fetch information...

$query = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "tablename");

while ($fetch = $db->fetch_array($query))