Kristofer Hamnell
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
-
Created .prettierrc in webstorm
Hi,I'm getting the follwing message while IN Webstorm Upload id: 2022_03_25_LjL82AkMPz7DUrxU (file: Screenshot 2022-03-25 at 12.01.11.png) -
Created phpStorm unusable after update
Answeredafter last update my phpstorm turned into this do anyone know how to fix this cause at the moment I can't use the program -
Created duplicate id-warning with if
I've got a div with "content", this div is inside a if-stat as follows:if (isset ($_GET['s'])) { echo '<div id="content">';}further down on the smae page I have:if (!isset ($_GET['s'])) { echo '<... -
Created invalid links when including file
when I include a file (not located in my webroot) into my index-file I get a "could not resolve <directory, image or whatever>"is there anyway to work around this?