Hello I did INCLUDE to TXT file that hold few varibles my include: <!-- #include file="texts/file.txt" --> PHP: file.txt goes like that: <% title = this is the title of the page" des = "Here goes the descrition of the page right here all you need <h2>Sub title of the page</h2>" %> PHP: As you can see var "des" include break between the lines, thing that create error in my system: Microsoft VBScript compilation error '800a0409' Unterminated string constant /texts/file.txt, line 17 des = "Here goes the descrition of the page PHP: How can I fix that without writting all the text in 1 line? Thanks in advance
Ok, if its just for convenience of copy and pasting the short answer is that you can't do it. There are plenty of online tools that you can use to remove the line breaks to make your copy/pasting easier. Alternatively you can easily write some VB to do it for you assuming you have the text in TXT files (rather than Word)