Code Monkey home page Code Monkey logo

php-course's Introduction

Hi ๐Ÿ‘‹, I'm Oscar Ochoa

A passionate backend and frontend developer from Colombia

oscarochoat

oscarochoat

  • ๐Ÿ”ญ Iโ€™m currently working on ESSN

  • ๐ŸŒฑ Iโ€™m currently learning Python and Ruby on Rails

  • ๐Ÿค Iโ€™m looking for help with ESSN

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://oscarochoat.github.io

  • ๐Ÿ’ฌ Ask me about React, JS, Angular, Java, Kotlin, HTML, PHP, CSS, SCSS, TypeScript

  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me:

oscarochoat oscarochoat oscarochoat

Languages and Tools:

android angular angularjs aws bash bootstrap css3 docker firebase git html5 java javascript kotlin linux mariadb mongodb mysql nginx nodejs php postgresql python rails react redis ruby sass spring typescript vuejs

Support:

oscarochoat oscarochoat



php-course's People

Contributors

grobergm avatar

Stargazers

 avatar

Watchers

 avatar

php-course's Issues

Installation

Initial Setup

PHP is a server-side language, so in order to make your code work you must put it on either a web-server or a local server. For the purposes of this tutorial we will install a local server called WAMP (for Windows users) or MAMP (for Mac users). You can also install LAMP server, if you use a Linux.

Noticing a pattern in these names? The only difference is the operating system. The -AMP part stands for Apache, MySQL, and PHP. We are using WAMP in this turotial, but use the version that matches your OS.

Make sure you have a text editor installed before proceeding (such as Atom, Sublime Text, or Notepad++).

Install WAMP server (Windows)

  • Go to http://www.wampserver.com/en/ and click "START USING WAMPSERVER"
  • Choose either the 64bit or 32bit version. (Most machines should run the 64 just fine but if in doubt choose 32)
  • Once your server is installed open a browser and go to http://localhost if it works then your install is finished.
  • Make sure to note where your php files are located in WAMP ie: C:\wamp64\www (move or delete all files in this folder now)

Install MAMP server (Mac)

Clone course repository

You will be storing the code for this project in this repository. Before we go any further, navigate to the www folder in your terminal (which should be empty now). Clone your template project into this folder, using git:git clone https://github.com/NulledCodeDev/php-course.git

Refresh your browser, and make sure you see folder for the php-course. If it worked, close this issue for the next step.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.