ID:               36637
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rezamilanx at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: windows xp,linux
 PHP Version:      4.4.2
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.




Previous Comments:
------------------------------------------------------------------------

[2006-03-06 22:01:15] rezamilanx at yahoo dot com

Description:
------------
when i use php in php editors erea i have no problems
but Cookies does not set in IE6
recently i could noy even use copy() function


Reproduce code:
---------------
if (file_exists($filename)) {
        print "ÝÇíá ãæÑÏ äÙÑ ÇÖÇÝå ÔÏ.";
        if(file_exists($filename)){
                $exfile1=pathinfo($filename);
                $exfile2=$exfile1["extension"];
                $file2=strtolower('photos/'.no('-').'.'.$exfile2);
                copy($filename,$file2);
                photoin(post('code'),post('pathx'),$file2);
        }

.......


Expected result:
----------------
copy $filename in $file2



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36637&edit=1

Reply via email to