In my script, $filepath = $uploaddir.'/'.$_FILES['pdfu_file']['name'] captures the directory and file name of a file which was just uploaded. I need to capture the domain, say "http://mydomain.com" and concatenate it to $filepath. How??? Thanks!