Answer the question
In order to leave comments, you need to log in
Where can I find simple php tutorials on creating admin panels?
Actually, what you need ... I'm just learning php, I have a good experience with html, css, jquery, and I would like to learn how to connect the database, for example, add articles to the site, and then sort articles from the admin panel, edit and delete .. In In principle, that's all I would like to learn to start with... Maybe, where are some useful articles or video tutorials that helped you in your time?
Thank you.
Answer the question
In order to leave comments, you need to log in
The modern web is developing very quickly and I would advise you to pay attention to any framework and already study this matter in its context (not for the sake of holivar: I respect yii2, symphony2, cakephp3).
So what's the problem with learning?
Connect to the database - if mysql, then go to php.net and look for mysql_connect there (having previously found out from Google which function to connect to the mysql database from PHP)
Add articles to the site - what's the problem? If you have
good experience with html, then you probably know what forms are and that they send data on submission to the address specified in the action attribute. Write your PHP script there, and get data in it and save it to the database.
habrahabr.ru/post/13726 and so on in habr. you can book welling thompson
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question