I'm having a small problem and just now delving into the world of PHP. The path that I am trying to get to is:
$uploaddir = 'D:\inetpub\wwwroot\internetsite';
and
$newfile = $uploaddir . "\" . "$final_filename2";
I'm thinking that the \ is the problem but not sure how to add it correctly so the code works. I've tried to place it at the end of internetsite with no luck, etc. Any insight would be appreciated.
I also have a quick side question not really coding related. I work with the Blind and Visually Impaired so am always interested in accessibility issues. I was wondering if anyone has worked on implementing S.A.L.T (speech access language tags) with PHP and what luck or failures they have had.