Jump to content

[SOLVED] Possible to have hidden field in header


graham23s

Recommended Posts

Hi Guys,

 

when this script executes i really need the number of uploads to go with the header so i know how many upload sections to input:

 

     if(($uploadsneeded) > 1) {
     
     $uploadsneeded = $_POST['uploadsneeded'];
     header("Location: uploadmultiplefiles.php");
     
     }

 

the range is from 1-5 and is stored in: $_POST['uploadsneeded'];

 

is there away to carry this value onto the uploadmultiplefiles.php page?

 

thanks guys

 

Graham

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.