Search found 5 matches

by noobnuggets
Thu Mar 18, 2004 9:34 am
Forum: PHP - Code
Topic: Accents not working
Replies: 8
Views: 960

A big thank you to all of you! I used the html reference to solve my problem:
I think you want to convert those accented characters to their equivalent html entities. Here's a table of them:

http://www.htmlhelp.com/reference/html4 ... atin1.html
Thanks!
by noobnuggets
Thu Mar 18, 2004 9:10 am
Forum: PHP - Code
Topic: Accents not working
Replies: 8
Views: 960

I would like to thank you guys for all the responses to my post. I am going to try and apply the fixes you have given me, and then I will let everybody know if I got it to work. Thanks! Also if you guys could direct me to more debate about using heredoc I am interested in learning more. This is my v...
by noobnuggets
Wed Mar 17, 2004 3:52 pm
Forum: PHP - Code
Topic: Accents not working
Replies: 8
Views: 960

OOOOHHH :(

Removing that would mean reworking the entire app. The thing that gets me is why is the html source different when I do view source in different browsers? What is happening there?
by noobnuggets
Wed Mar 17, 2004 2:54 pm
Forum: PHP - Code
Topic: Accents not working
Replies: 8
Views: 960

Accents not working

Hello, I am getting some screwy behavior from some code I wrote. Part of my php prints an error message directly to the html code. THe only issue is that the error message is in spanish and does not display correctly. THe message is: "Número de calcomanía es requerido" When I look at the p...
by noobnuggets
Mon Mar 15, 2004 10:15 am
Forum: PHP - Code
Topic: Looking for a utility tool
Replies: 2
Views: 454

you could just adapt the code from phpbb to your needs...