• #dev 2017-09-04
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2017-09-04 UTC
# 15:33
jeremycherfas
Is there some general magic to getting HTML into a PHP string? My literal seems to stop when it encounters <a> but if I escape with \<a\> then the backslashes are included. Is there an equivalent to the reverse of strip_tags, or similar?