Found out:
It cause by the first line of code Klemen suggested:
$text = htmlspecialchars($text);
$text = preg_replace("/\b$k\b/i",$v,$text);
UTF-8 render
My bad, it should be
Code: Select all
$k = htmlspecialchars($k);
$text = preg_replace("/\b$k\b/i",$v,$text);
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Red color
Henrie,
I am sorry to bother you again:
If I go to my domain name which forward to mboard, it will have whole red screen for few second before go to the MBoard . Can you take a looh if you have time ?
Thanks in advance .
The site is : xomnoixam.net
I am sorry to bother you again:
If I go to my domain name which forward to mboard, it will have whole red screen for few second before go to the MBoard . Can you take a looh if you have time ?
Thanks in advance .
The site is : xomnoixam.net
In your index.htm (or.html or .php whichever you use) file change to just <body>
Code: Select all
<body bgcolor='#FF00000'>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
click to return
Hi Klemen,
I asked you too much, maybe I owe you another beer or coffee
Can you make after post a message, MBoard will automatic return to main page instead of have to click a link to return ?
I asked you too much, maybe I owe you another beer or coffee

Can you make after post a message, MBoard will automatic return to main page instead of have to click a link to return ?