Hi
I've been trying to get a email form which allows my users to send photos as an attachemt via a "upload" button. I've got it working i.e. the form is sending me the data plus the photos, but I'm still getting this error when "submit" is pressed.
Notice: Undefined variable: fileatt_name in d:\inetpub\mm.models121.co.uk\uploader.php on line 94
This is line 94 of my code :
" filename=\"{$fileatt_name}\"\n" .
I'm not sure what is going on here.
Anybody got any ideas?
Leroy