Posted by PHP Wooer on 04/02/07 13:30
> Why don't you make html-files for each language you need. This html
> file you read by fopen() and fread() and then send by using whatever
> function you want. You must also set content-type to text/html. This
> way you may totally customize your display to the user, and specify
> whatever charset etc. you want in meta tags.
> I hope you are not a spammer that's looking for a better way of
> spamming; if that's true, I regret for my trying to help :)
=====================================================================
Thanks and be sure I am not a spammer, but this is not the kind of
solution that I was expecting. I want something that I can setup in
my database so the admin can modify the text whenever required
and will not have to mingle with .html files.
[Back to original message]
|