Search found 9 matches

by elan
Fri Mar 07, 2008 12:56 pm
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Still in need of help pls.
by elan
Thu Mar 06, 2008 6:15 pm
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Like I said I don't know much about php, but I tried with that html coding at the top and on the forum it returns null. If it helps: It starts from flash sends the info to the php and then the php creates a new text file on my server posts the info in it and then the flash file reads the text file. ...
by elan
Thu Mar 06, 2008 12:20 pm
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

No, not html. That's what I'm trying to say. The php I posted above is the entire thing.

I appreciate the replies, but am not getting anywhere so far.

Guess this is harder than I expected?
by elan
Thu Mar 06, 2008 3:27 am
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Sorry if I'm not following properly, I'm not that good with php. I basically just try to work out what I need to modify to make it work for me. That code ('Content-type:text/html;charset=utf-8'); is normally at the top with html in the code right? I tried doing a new php with that in the content par...
by elan
Wed Mar 05, 2008 5:31 pm
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Still in need of help if anyone can?
by elan
Tue Mar 04, 2008 7:21 pm
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Thanks Chris, was starting to think I wouldn't get any help. It saves to a text file it creates. It was automatically setting it to ASC (I think), but I have changed it to UTF-8. Here is the php if it helps? <?php       // <Start Settings>     // Split this is what seperates posts on Pages. If you c...
by elan
Mon Mar 03, 2008 7:36 pm
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Anyone able to offer any help here?
by elan
Mon Mar 03, 2008 12:26 am
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Re: Latin Entities in php

Here's what I was entering to get that result

$Message = str_replace("elan","élan",$Message);
by elan
Mon Mar 03, 2008 12:25 am
Forum: PHP - Code
Topic: Latin Entities in php
Replies: 12
Views: 791

Latin Entities in php

Hi I am trying to send a latin é to a text file using php. The flash file that reads it will read it when it is the actual symbol (é), but not when it gets converted (always ends up as √©lan) (this "√" is actually similar to an A but a symbol, but when I copied and pasted it came out as th...