T
T
tutzya2014-12-17 15:59:36
PHP
tutzya, 2014-12-17 15:59:36

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

5 answer(s)
F
FanatPHP, 2014-12-17
@tutzya

  • In order to understand the basics, you need to go to the site php5.ru
  • To understand the basic principles, you need to read phpfaq.ru/newbie and phpfaq.ru/tech
  • After that, it is worth moving on to writing ready-made code, but not in a pure language, but using a framework, laravel.ru

E
Eugene, 2014-12-17
@Fector

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).

D
Dmitry, 2014-12-17
@thewind

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.
More in the same vein...

K
kstyle, 2014-12-17
@kstyle

habrahabr.ru/post/13726 and so on in habr. you can book welling thompson

A
azzaro, 2014-12-25
@azzaro

You don't need to study anything for this! You can install WordPress and you can

from the admin panel to sort articles, edit and delete..

Especially since you know html, css, jQuery, then changing the look is not difficult!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question