File Uploading
Posted: Mon Sep 29, 2003 1:13 am
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
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