Unable to concat physical path of a file and file name in php -


here comes problem when concat following

string 1 = 'c:\xampp\htdocs\packiya\new_iiser\assets\uploads\banner'  string 2 = '\'  string 3 = 'file_name.ext' 

i unable concat these 3 strings.

what problems facing? simple concatination should work:

$concatenatedstring = $string1.$string2.$string3 

Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -