PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hello
i have linux 8.0 and php4.3 when i try to exeute file upload script i got err
can not read......
but if i execute the same script on linux 7.2 it works well with php 4.0
plz help
i have set 777 permission on directory where the file is to be copied..
after 4.2 you'd need to access all file variables through the $_FILES array and not through global scope or even $HTTP_POST_FILES - just means you need to update/upgrade your script.