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 friends....
I am having some problem in giving the path in php while uploading the file.
here is the code for that :
<?
move_uploaded_file(['file']['name'], "c://");
?>
and the code gives me the following error...
Parse error: parse error, expecting `')'' in c:\apache\htdocs\temp\upload.php
can any one help to solve the issue...
regards !
Abdul Mannan