Discover in my code......

Ex: I want create a file in the php temp dir.

$tempdir = getPHPTempDir();
fopen($tempdir . "test.txt", w+);

"Evandro Sestrem" <[EMAIL PROTECTED]> escreveu na mensagem
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> Sorry if is a newbie question.......
>
> .... but how I discover where is the php temp dir?
>
>
> Thanks!!
>
> Evandro Sestrem
>
>



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

Reply via email to