how to force php to don't read this >> $text$ as a variable ? and just print it to HTML code as it $text$
when i try to add $text$ it doesn't appear in html source because php read it as a variable how to disable just this certain word >>> $text$
when i try to add $text$ it doesn't appear in html source because php read it as a variable how to disable just this certain word >>> $text$
Comment