Skip to content

This is our Final Project in our System Administration and Maintenance

Notifications You must be signed in to change notification settings

lightdarkmaster/Simple-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to setup :

  1. Open Xammp
  2. Start Apache and MySql
  3. Copy this Folder 'simple_crud' to (C:/xammp/htdocs)
  4. Open http://localhost/phpmyadmin/
  5. Import 'simple_crud.sql'
  6. access link: http://localhost/simple_crud/index.php

config.php a. Primary purpose is to centralize settings, making your code more manageable, reusable, and secure. b. You can use config.php to define constants or variables that are used throughout your application, such as, Base URL for the app,API keys, Application-specific settings. c. The most common use of config.php is to store database connection details.

About

This is our Final Project in our System Administration and Maintenance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages