Giter VIP home page Giter VIP logo

web-trial's Introduction

php-filehandling

A demonstration using PHP to write a config file (config.php in this case) and use the same config file for further purpose. For the front-end bootstrap is used (via cdns network so no css files are included).

Repository Structure

. |-- add.php |-- core.php |-- fill.form.php |-- footer.part.php |-- head.part.php |-- index.php |-- LICENSE |-- nav.part.php |-- README.md '-- reset.php

All the .part.php files are the reusable html code which are used to construct the web page

All the .form.php files are the reusable html form input code which are reused to contruct the web form input.

index.php : Entry point to the application and currently only active page in the application

core.php : Stores the global variables and functions which are common accross differnent scripts files

add.php : The script to read the input form the form in index.php and create the config file.

reset.php : The script to reset the config file.

Live instance

All Demo instance are currently down

How to Run this?

  1. Install php according the system
  • sudo apt-get install php7.0 for Ubuntu/Debian users
  1. Clone this repository git clone https://github.com/Amanskywalker/php-filehandling.git
  2. cd php-filehandling\
  3. Use php -S localhost:8900 to host it on localserver developement server
  4. Open you browser and Visit localhost:8900\index.php

Contribution

  1. Fork the Repository.
  2. Work out the changes.
  3. Create a pull request to add those change in this Repository.

Friendly note

There is so much here just go ahead a explore it. Any Questions/Suggestion just message me.

web-trial's People

Contributors

amanskywalker avatar

Watchers

James Cloos avatar  avatar

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.