Jump to content

drkscrt57

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

drkscrt57's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I tried doing the forward slashes both // and //// and it still doesnt work. And I didnt think that forward slashes needed to be escaped either... but for some reason it's not recognizing the string
  2. I'm trying to get php to search a file for the closing row tags of an html table, I'm getting snagged when I try to save the tag as a variable: $unique_end = "</TR>"; However it seems that the '/' is conflicting the string somehow. But when I add an escape command such as single quotes so that the line looks like this: $unique_end = "{<'/'TR>}" the single quotes get saved into the string. Can anybody help me get around the forward slash without including extra characters? Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.