Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>If running Windows 10:</strong></p> <ol> <li>Open the start menu</li> <li>Type <code>path</code></li> <li>Click <strong><em>Edit the system environment variables</em></strong> (usually, it's the top search result) and continue on step <strong>6</strong> below.</li> </ol> <p><strong>If on older Windows:</strong></p> <ol> <li><p>Show Desktop.</p></li> <li><p>Right Click <strong><em>My Computer</em></strong> shortcut in the desktop.</p></li> <li><p>Click <strong><em>Properties</em></strong>.</p></li> <li><p>You should see a section of control Panel - <strong><em>Control Panel\System and Security\System</em></strong>.</p></li> <li><p>Click <strong><em>Advanced System Settings</em></strong> on the Left menu.</p></li> <li><p>Click <strong><em>Enviornment Variables</em></strong> towards the bottom of the <em>System Properties</em> window.</p></li> <li><p>Select <strong><em>PATH</em></strong> in the user variables list.</p></li> <li><p>Append your PHP Path (C:\myfolder\php) to your PATH variable, separated from the already existing string by a semi colon.</p></li> <li><p>Click OK</p></li> <li><p>Open your "cmd"</p></li> <li><p>Type PATH, press enter</p></li> <li><p>Make sure that you see your PHP folder among the list.</p></li> </ol> <p>That should work.</p> <p>Note: Make sure that your PHP folder has the php.exe. It should have the file type CLI. If you do not have the php.exe, go ahead and check the installation guidelines at - <a href="http://www.php.net/manual/en/install.windows.manual.php" rel="nofollow noreferrer">http://www.php.net/manual/en/install.windows.manual.php</a> - and download the installation file from there.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload