cosmicsea
01-17-2010, 01:32 PM
Hi im am using this code <?php print($link_data['display_name']); ?>
right here, and what it does is it prints out titles for my links. Anyway what im trying to do is remove a single word from showing in the text when it is generated. so for example lets say I have the text "Server side development" showing from using that code above and I do not want "development" to show at all, just show "Server side". How can I do that? Can anybody help me? Thanks.
right here, and what it does is it prints out titles for my links. Anyway what im trying to do is remove a single word from showing in the text when it is generated. so for example lets say I have the text "Server side development" showing from using that code above and I do not want "development" to show at all, just show "Server side". How can I do that? Can anybody help me? Thanks.