in reply to Pipe tag being entered into database
Are you sure those pipe symbols aren't just artifacts of the method you're using to look at the rows in your table? For instance, when I use mysql interactively to look at data I get rows of data where the columns are separated by pipes.
If you truly are printing the data immediately and exactly as it is entered in the database, then there are no pipe symbols in your data. Otherwise, you're testing the wrong thing or you're doing something else wrong.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Pipe tag being entered into database
by minixman (Beadle) on Dec 21, 2005 at 10:09 UTC |