Manish
01-07-02, 21:13
| The restriction on usage of copy() command was added in a recent version of PHP. That means you need to upgrade to the latest version of PHP to sync with PHP version of server. Instead of the copy() command, use move_uploaded_file() command (same parameters) -- this is the recommended command in PHP now for Safe Mode. Hope it helps. :) |