How do I attach a field to the link below?
$uploaddir = 'c:/mysql/data/mylogin/upimages/';
I would like to do something like this;
$uploadeddir='c:/mysql/data/mylogin/upimages/$FILENAME;
What is the proper syntax as listed above?
Any help would be appreciated.
Thank you
KJ
$uploaddir = 'c:/mysql/data/mylogin/upimages/';
I would like to do something like this;
$uploadeddir='c:/mysql/data/mylogin/upimages/$FILENAME;
What is the proper syntax as listed above?
Any help would be appreciated.
Thank you
KJ