You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Complete Create, Read, Update, Delete (CRUD) in PHP & MySQL
3
3
4
4
A complete CRUD system to add, edit, delete and view using PHP and MySQL. Complete in a sense that this system has login and register feature as well. I have another repository with [Simple CRUD System](https://github.com/chapagain/crud-php-simple) which doesn't have login and register feature.
5
5
6
-
Blog Article: [CRUD Create, Read, Update, Delete in PHP & MySQL with Login & Register: A simple & complete tutorial](http://blog.chapagain.com.np/crud-create-read-update-delete-php-mysql-login-register/)
6
+
Blog Article: [CRUD Create, Read, Update, Delete in PHP & MySQL with Login & Register](http://blog.chapagain.com.np/crud-create-read-update-delete-php-mysql-login-register/)
7
7
8
8
At first, users need to register and login. After successful login, users can add their product data. Users can see only those data that they have added.
0 commit comments