Coder Social home page Coder Social logo

konexio's Introduction

konexio

It is blog for association that help people for study the programing languages, this blog help to explains all the activites and how to contact with the association, There are two page :

  • Statistic page: the section can everyone see it but can not add , delete or update some text in the page.
  • Dynamic page: the section can give us authorization for add , delete or update some text in the page.

Getting Started

download all the folders and files and you will want to install a web server, such as » Apache, and of course » PHP . You will most likely want to install a database as well, such as » MySQL » phpMyAdmin.

Installing

After you install all this programes you can create the database like:

  • Database: konexion

  • Table structure for table article

CREATE TABLE IF NOT EXISTS article ( id int(100) NOT NULL AUTO_INCREMENT, text longtext NOT NULL, title varchar(100) NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

  • Table structure for table login

CREATE TABLE IF NOT EXISTS login ( id int(100) NOT NULL AUTO_INCREMENT, email varchar(100) NOT NULL, password varchar(100) NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

In the file connect.php, change the username and password of the database like you have in your local server and now it is ready.

Built With

Mockups

konexio.png main-activity.png team-partner.png testmonial.png

License

All rights reserved to:

  • Elmardi YAHYA YACOUB
  • Suliman ABDELGADIER

konexio's People

Contributors

solomongamid avatar elmardi2 avatar

Watchers

James Cloos avatar  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.