• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. Brad

    BUG Comparison operator changed by editor - breaks php code

    One piece of additional information: I can go into PHPmyAdmin and delete the space... then my code executes properly.
  2. Brad

    BUG Comparison operator changed by editor - breaks php code

    The snippets editor is changing one of my operators, causing the code to fail. I have the following line in my code: if (($initials == "ABC") && (date('y-m-d', $today) <= $datecompare)) { The editor changes the "<=" operator by adding a space so it reads like this: if (($initials == "ABC") &&...
  3. Brad

    QUESTION Transitioning from Insert PHP

    Hi, I inherited a client's site that had used Insert PHP. The old entries work, but any new entries do not appear to execute (they do not display any text on the page). I duplicated the site to a testing server, and have tried Woody Snippets. Are there any special requirements get snippets to...