php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #36637 cookies and the other functions
Submitted: 2006-03-06 22:01 UTC Modified: 2006-03-07 08:40 UTC
From: rezamilanx at yahoo dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.4.2 OS: windows xp,linux
Private report: No CVE-ID: None
 [2006-03-06 22:01 UTC] 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


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-07 08:40 UTC] tony2001@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 27 14:00:03 2025 UTC