Search results

  1. M

    "decoded" instead of variable

    I see what I did now… I used “basename(FILE)” and thats gets "translated to “decoded” instead of the name of the file “basename(FILE)” is in.
  2. M

    "decoded" instead of variable

    In my code I have several URLs that are stored in a variable. When I check in my “live” setting (wampserver) all is ok, but in the compiled version when I click on a (variable)link it opens a new page because the URL is now named “decoded”. Even if I un-select php protection for that file it...
Back
Top