Re: [PHP] Special Chars on Form to Image (GD), not displaying properly.

2006-02-21 Thread Curt Zirzow
On Wed, Feb 22, 2006 at 01:12:00PM +0800, Louie Miranda wrote: > Please read below.. > > > Im having a trouble displaying special characters like #, + on GD (Jpeg) - > > > Image. When i typed in on the form +88 it only shows 88 and the + sign > > is > > > missing. > > > > > > My code: > > > > >

Re: [PHP] Special Chars on Form to Image (GD), not displaying properly.

2006-02-21 Thread Louie Miranda
Please read below.. > Im having a trouble displaying special characters like #, + on GD (Jpeg) - > > Image. When i typed in on the form +88 it only shows 88 and the + sign > is > > missing. > > > > My code: > > > .. > > $line_1_1 = urldecode($_GET["line_1_1"]); > > You dont want to urldecode() t

Re: [PHP] Special Chars on Form to Image (GD), not displaying properly.

2006-02-21 Thread Curt Zirzow
On Wed, Feb 22, 2006 at 12:38:19PM +0800, Louie Miranda wrote: > Im having a trouble displaying special characters like #, + on GD (Jpeg) - > Image. When i typed in on the form +88 it only shows 88 and the + sign is > missing. > > My code: > .. > $line_1_1 = urldecode($_GET["line_1_1"]); You do

[PHP] Special Chars on Form to Image (GD), not displaying properly.

2006-02-21 Thread Louie Miranda
Im having a trouble displaying special characters like #, + on GD (Jpeg) - Image. When i typed in on the form +88 it only shows 88 and the + sign is missing. My code: I made a couple of tests and found this variables. The data that will be pass: +88and# Data from the url (address box): &line_