forked from VictorGaribay/CRUD-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme-first.txt
41 lines (35 loc) · 1.06 KB
/
readme-first.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Project name : crudphp
Level : Basic
Created date : 23 March 2015
Author : Hendra Setiawan
Website : hendrasetiawan.net
Email : hendrabpp[at]gmail.com
===========================================
This project is created as a basic PHP learning material.
The features included in this project are:
PHP Function
Form validation using jQuery
Storing data to MySQL using PHP
Reading data from MySQL using PHP
Updating MySQL data using PHP
Deleting MySQL data using PHP
Using Bootstrap
To run:
Copy the crudphp folder to htdocs.
Import the crud DB (crud.sql) to phpmyadmin.
Run from the browser via http://localhost/crudphp
Directory structure:
config
-connect.php --> Configuration file for connecting to MySQL DB.
module
-alerts.php --> Function to call success or error messages.
-footer.php --> Footer module.
-header.php --> Header module.
-nav.php --> Navigation module (menu).
del.php --> Module for deleting data.
edit.php --> Edit menu.
index.php --> Main menu / data entry.
rekap.php --> Recap menu.
Need help?
Feel free to contact me. :)
Enjoy learning.