Re: [PHP] problem with slash / characters

2008-10-01 Thread Ashley Sheridan
On Wed, 2008-10-01 at 12:02 -0700, 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 >

[PHP] problem with slash / characters

2008-10-01 Thread Tanner Postert
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 [key] => ship_to_address

Re: [PHP] problem with slash / characters

2008-10-01 Thread Ashley Sheridan
On Wed, 2008-10-01 at 11:40 -0700, Tanner Postert wrote: > I'm pulling a value from a database, and adding it to an array. > > The values come from the database like this: > > [0] Erm... I think you may need to repost this question! Ash www.ashleysheridan.co.uk

[PHP] problem with slash / characters

2008-10-01 Thread Tanner Postert
I'm pulling a value from a database, and adding it to an array. The values come from the database like this: [0]