Hello,
I am using the print function with a string and would like to apply a CSS class to it but when i add the class within the print function it results in a parse error on that line. Can we not do this???
if(mysql_db_query ($DBName, $Query, $Link)){
print("<p class="style8">Thank you for your request. It was received successfully.<BR>\n") ;
print("I will review your information and contact you shortly.<BR>\n");