Maven4Champ
Technical User
- Jun 16, 2004
- 154
Is it possible to somehow look at a field value...Let's call it game_title.
Now, in this game_title there could be values such as this:
The Legend of Zelda
Wii Sports
Call of Duty 3
Aragorn
//etc...
Now, I have a longtext field called search_string which is set to:
What I want to do is to grab the game_title and instead of:
The Legend of Zelda
//turn it into
The+Legend+of+Zelda
//essentially replacing the ' ' with '+' where ' ' exists.
Then through either php or mysql, I will concatenate those two values to equal:
---
IS THIS POSSIBLE?
Now, in this game_title there could be values such as this:
The Legend of Zelda
Wii Sports
Call of Duty 3
Aragorn
//etc...
Now, I have a longtext field called search_string which is set to:
What I want to do is to grab the game_title and instead of:
The Legend of Zelda
//turn it into
The+Legend+of+Zelda
//essentially replacing the ' ' with '+' where ' ' exists.
Then through either php or mysql, I will concatenate those two values to equal:
---
IS THIS POSSIBLE?