How do I escape for the following lines in php?
@[myvaule]"$array[$i]".docx
I tried doing this `@[m]"$array[$i]"`.docx, but I was getting the error
Parse error: syntax error, unexpected T_VARIABLE, expecting ')'
I tried this:
@[rrent]".array[$i].".docx"
but I got an extra space after array[$i] like this [myrstarray .docx
If anyone can help that would be awesome.