Nov 23, 2003 #1 Aeros Programmer Joined Oct 7, 2002 Messages 166 Location US Im pulling data from a query that contains quotes and percentage signs that break the code when I display it: printf("$varProdDesc" How do I avoid this? Thanks
Im pulling data from a query that contains quotes and percentage signs that break the code when I display it: printf("$varProdDesc" How do I avoid this? Thanks
Nov 23, 2003 1 #2 danielhozac Programmer Joined Aug 21, 2001 Messages 2,058 Location SE Have you tried using Code: echo or Code: print instead of Code: printf ? //Daniel Upvote 0 Downvote
Nov 23, 2003 Thread starter #3 Aeros Programmer Joined Oct 7, 2002 Messages 166 Location US actually I just tried using print and that works perfectly. Thanks! Upvote 0 Downvote