Special char. in explode()
Hi,
I've written a program which downloads a number of pages from a certain
website. However, it seems to have a problem with special characters. I
believe that the following piece of code is responsible for this:
$page_result = explode ("\n", $page_result);
$page_result = @$page_result['284'];
Somehow, it seems that the code which was in the original text:
<p class="3text" align="center"> <i>P</i>(U03B1, ~β) = 1 - <i>P</i>(α,
β), </p> </blockquote>
is being transformed to this:
<p class="3text" align="center"> <i>P</i>(U03B1, ~β) = 1 - <i>P</i>(α,
β), </p> </blockquote>
Can anyone tell me why this happens and how I can fix this...
Thanks in advance, Maarten
Ps. It's possible that also e-mail has a problem with these characters.
The characters displayed are just the alpha and beta characters..
.
Relevant Pages
- RE: Whitespace in passwords
... They also do not have a lot of the Extended ASCII characters: ... > Audit your website security with Acunetix Web Vulnerability Scanner: ... > Hackers are concentrating their efforts on attacking ... Up to 75% of cyber attacks are ... (Pen-Test) - Re: Whitespace in passwords
... 60 possible characters and the password is 7 characters long. ... >> Hackers are concentrating their efforts on attacking applications on ... >> Check your website for vulnerabilities to SQL injection, ... >> scripting and other web attacks before hackers do! ... (Pen-Test) - Re: Whitespace in passwords
... input password is alphanumeric + special characters -- chances are strong ... >> Hackers are concentrating their efforts on attacking applications on ... Up to 75% of cyber attacks are launched on shopping ... >> your website for vulnerabilities to SQL injection, ... (Pen-Test) - Re: Secure Password Policy?
... > password if it is less than 8 characters. ... > Audit your website security with Acunetix Web Vulnerability Scanner: ... Cross site scripting and other web attacks before hackers do! ... (Pen-Test) - RE: Whitespace in passwords
... 60 possible characters and the password is 7 characters long. ... >> Hackers are concentrating their efforts on attacking applications on ... >> Check your website for vulnerabilities to SQL injection, ... >> scripting and other web attacks before hackers do! ... (Pen-Test) |
|