In PHP - I'm trying to pass a second item &show_sill via the URL string and keep getting this error:
- Parse error: syntax error, unexpected '&' what is the correct syntax when trying to utilize mutliple items via the querystring:
header("Location: submit.php?upload_message=image uploaded&upload_message_type=success&show_image=".$_FILES["image_upload_box"]["name"]&show_sill=".$_FILES["imgOrgSrc"]["name"]);
exit;