> Hi,
>
> I have the following php page. The page just opens up blank and I assume I
> made an error I cannot see. I'm new to php and any help would be greatly
> appreciated:
>
>
> $extlimit = "yes"; //Do you want to limit the extensions of files uploaded
>
> $limitedext = array(".pdf"); //Extens
Hello:
When you want to know where is your error, set: error_reporting(E_ALL);
http://www.php.net/manual/en/function.error-reporting.php
the error is here:
case "upload":
echo"File UploadFile to upload:";
you might change :
ID="Form1"
and ID="File1"
for :
ID=\"Form1\"
and ID=\"File1
AMC wrote:
Hi,
I have the following php page. The page just opens up blank and I assume I
made an error I cannot see. I'm new to php and any help would be greatly
appreciated:
What is your register_globals and display_errors setting?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
Hi,
I have the following php page. The page just opens up blank and I assume I
made an error I cannot see. I'm new to php and any help would be greatly
appreciated:
http://www.corrige2.bluehill.com/pdfs";; //url where files are
uploaded
$absolute_path = "http://www.corrige2.bluehill.com/pdfs";;
4 matches
Mail list logo