Hi Alexey
I can't tell about Cyrillic, but for "Umlauts" :
When you write the Text-Files, you can try to encode them
an entities. I stole the following function somewhere :
function encodemymail($txt) {
for ($i = 0; $i < strlen($txt); $i++) {
$ent .= "" . ord(substr($txt, $i, 1))
Hi
I have the same Problem with the bundeled libary.
I hade no time to fill in a bug report at bugs.php.net.
Probably you could?
regards
Sebastian
> -Original Message-
> From: Jean-François Marseaut [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 27, 2003 5:16 PM
> To: [EMAIL PROTE
HI all
if i automatically start ob_start('ob_gzhandler') but need to disable it
afterwards, because
i'm sending to a java applet that crashes when receiving gz content. how
do i do it?
if i call ob_end_clean apache goes amok and dows strange things
( allocating lots of memory and stop working f
Hi all
I'm just curious what other constants in php are defined. I found out
about __FILE__ today which is great, if you
use a lot of include & require...
any hints where or how to find a list?
Sebastian
Hi all
all the links in my page link to not existing html pages.
i redirect the 404 to a php script. when users had disabeled cookies,
i parsed the request_uri for phpsessid and then set
$HTTP_GET_VARS['PHPSESSID']=the parsed one.
when i after that called session_start(), php was using the id f
hi
you could try http://www.aditus.nu/jpgraph/
which looks awesome, but i'm not sure about the license, so please check
it...
Sebastian
> -Original Message-
> From: Christian Calloway [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 15, 2002 1:15 AM
> To: [EMAIL PROTECTED]
> Subjec
create a dir called tmp in de dir where de script runs chmod 777 that dir
and the run the script again ..
--
If it can be dreamt, it can be build
"andreas (@work)" <[EMAIL PROTECTED]> wrote in message
003501c07ce5$41a15120$fe78a8c0@devel01">news:003501c07ce5$41a15120$fe78a8c0@devel01...
hi list,
--
If it can be dreamt, it can be build
"Chris" <[EMAIL PROTECTED]> wrote in message
001f01c07c3b$fc965840$8a1412d1@chris">news:001f01c07c3b$fc965840$8a1412d1@chris...
2 things, first how do I give something the filepath of a folder that
proceeded it?
Also, how can I set up subdomains like sub
8 matches
Mail list logo