Skip to content

Instantly share code, notes, and snippets.

@saber13812002
Created May 17, 2018 10:13
Show Gist options
  • Save saber13812002/333d2b7d696838b071616a48bcbd5dda to your computer and use it in GitHub Desktop.
Save saber13812002/333d2b7d696838b071616a48bcbd5dda to your computer and use it in GitHub Desktop.
first php tutorial when you install xampp on windows and put this file in xampp html folders . by default C:\xampp\htdocs
<?php
echo 'hello world';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment