[PHP] xml first special char

2005-09-16 Thread Joerg P

hello,

I have some words with german special chars in mysql. When I print those 
strings direct as xml to the browser, everything seems fine. But there 
is one 'ä' that makes me crazy. It always appears as a ? in Firefox and 
even makes an error in ie.


But other 'ä's are ok.

What could I do?

Joerg

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] ini_set doesn't work

2004-12-07 Thread Joerg P
hello,
what do I have to change in php.ini, to allow thr
ini_set(memory_limit,-1);
command?
It doesn't work in my script...
regards
Joerg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] file creation date

2004-09-21 Thread Joerg P
hello,
is it possible, to get the creation date of a file? So even if it's 
modified, to get the date it was created the first time?

thanks
Joerg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] choose upload folder

2004-09-21 Thread Joerg P
hello,
I am building a script only for local use and would like the user to 
choose a specific folder on his computer, to catalogize all files in 
this folder.

How do I let the user choose this folder?
Joerg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] choose upload folder

2004-09-21 Thread Joerg P
I have to be more specific:
I dont want the file, I want the folder.
Joerg
Greg Donald wrote:
On Tue, 21 Sep 2004 23:05:17 +0200, Joerg P [EMAIL PROTECTED] wrote:
I am building a script only for local use and would like the user to
choose a specific folder on his computer, to catalogize all files in
this folder.
How do I let the user choose this folder?

input type=file

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php