Search found 1 match
- Wed May 27, 2009 2:17 pm
- Forum: PHP - Code
- Topic: PHP to change output string from mysql to something else?
- Replies: 1
- Views: 71
PHP to change output string from mysql to something else?
Hi, I would like to find out if there is a way for php to replace certain string text that mysql outputs from a query to some other human readable format. when I run a query, it outputs ef:assignedTask but I would like to simply change it to "Assigned" with PHP. Can someone point me to a r...