Re: [PHP] Re: problem with slash / characters

2008-10-01 Thread Tanner Postert
figured it out. later on in the code theres some formatting for a specific values that the address_2 field was accidentally falling into. On Wed, Oct 1, 2008 at 12:24 PM, Tanner Postert <[EMAIL PROTECTED]>wrote: > just did some further testing, and even if I remove the special characters, > the

Re: [PHP] Re: problem with slash / characters

2008-10-01 Thread Tanner Postert
just did some further testing, and even if I remove the special characters, the 3rd character in that string becomes a 1. I change it to Company XYZ, and it looks right when its assigned to the array the first time, and on the next iteration of the loop. but after that, it looks lke Co1pany XYZ.

Re: [PHP] Re: problem with slash / characters

2008-10-01 Thread Tanner Postert
very, strange. if I change it to c / o Company XYZ ( with spaces between each character) it becomes: c 1 o Company XYZ. if I change it to c#o Company XYZ it becomes c1o Company XYZ On Wed, Oct 1, 2008 at 12:16 PM, Al <[EMAIL PROTECTED]> wrote: > > > Tanner Postert wrote: > >> ignore previous. so

[PHP] Re: problem with slash / characters

2008-10-01 Thread Al
Tanner Postert wrote: ignore previous. sorry. I'm trying to display values from a database, the values come from the database like this: [0] => Array ( [id] => 5 [order_id] => 10 [key] => ship_to_name [value] => John Anderson ) [1] => Array ( [id] => 6 [order_id] => 10 [k