AboutKevin Cackler Expertise Any and everything related to PHP4 and PHP5. I specialize in functional, readable, scalable object oriented code, and can answer your troublesome class and object questions.
Experience 5 years developing in PHP using flat files and databases (MySQL, Oracle)
Lead PHP developer for a very large Texas based web hosting company
The coder behind some of the largest pet communities online.
Question I need to display mysql data with php 4 or 5 that has apostrophes etc. within the text. The data is read directly from the database and displayed within strings using echo and printf statements.
In case you aren't able to tell, concatenation involves stopping the parsing of your text (IE, if you started with echo ', then to stop termination you place a '), then add a . then add your variable then add a . and then start up the parsing again with your opening quote '