The & in ASP is the same as the . in PHP. The _ after the & tells the system that the string or code bit continues on the next line. I have found out the in PHP you only need to use the . and the software is smart enough to parse the next line along with the previous line. It is like a concatenation operator in SQL. Thanks for the reply.