|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-03-07 08:40 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 30 03:00:01 2025 UTC |
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