├── README.md ├── admin ├── add-category.php ├── add-post.php ├── add-user.php ├── category.php ├── config.php ├── delete-category.php ├── delete-post.php ├── delete-user.php ├── footer.php ├── header.php ├── images │ ├── index.php │ └── news.jpg ├── index.php ├── logout.php ├── post.php ├── save-post.php ├── save-update-post.php ├── update-category.php ├── update-post.php ├── update-user.php ├── upload │ ├── 1597160277-2k.jpg │ ├── 1597160399-123-1238980_img-yamaha-r15-v3-blue-colour-hd-png.png │ ├── 1597160449-123-1238980_img-yamaha-r15-v3-blue-colour-hd-png.png │ ├── 1597160515-123-1238980_img-yamaha-r15-v3-blue-colour-hd-png.png │ ├── 1597418914-Nirob.jpg │ ├── 1597418950-Nirob.jpg │ ├── 1597419844-Nirob.jpg │ ├── 1597848525-103278081_3234098969974631_9074514194088223063_o.jpg │ ├── 1597848605-Nirob.jpg │ ├── 1597848649-103278081_3234098969974631_9074514194088223063_o.jpg │ ├── 1598189520-103278081_3234098969974631_9074514194088223063_o.jpg │ ├── 1598192861-103278081_3234098969974631_9074514194088223063_o.jpg │ ├── 1598371267-Nirob.jpg │ ├── 1598542182-png-clipart-php-php-thumbnail.png │ ├── 1598542198-javascript.jpg │ ├── 1598542211-001. Bangla Introduction of Advanced PHP Advanced PHP Tutorial Nirob Hasan.jpg │ ├── 1598542254-javascript.jpg │ ├── 1598542278-javascript.jpg │ ├── 1598542310-javascript.jpg │ ├── 1599231056-001. Bangla Introduction of Advanced PHP Advanced PHP Tutorial Nirob Hasan.jpg │ ├── 1599231096-Bangla Tutorial Learn JavaScript Fundamentals in 26 Minutes Nirob Hasan.jpg │ ├── 1599231309-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231320-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231408-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231414-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231459-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231592-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231777-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599231833-001. Introduction And Starting Java.jpg │ ├── 1599315996-free_course.jpg │ ├── 1599316016-001. Introduction And Starting Java With JDK And IntelliJ Install Java Bangla Tutorial Nirob Hasan.jpg │ ├── 1599316030-001. Introduction And Starting Java.jpg │ ├── index.php │ └── post_1.jpg └── users.php ├── author.php ├── category.php ├── css ├── bootstrap.min.css ├── font-awesome.css ├── index.php └── style.css ├── database └── cms_db.sql ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 └── index.php ├── footer.php ├── header.php ├── images ├── index.php ├── news.jpg ├── post-format.jpg └── post_1.jpg ├── index.php ├── search.php ├── sidebar.php ├── single.php └── test.php /README.md: -------------------------------------------------------------------------------- 1 | # news-portal-project 2 | 3 | Assalamu-Alaikum Everyone, 4 | 5 | I am Nirob Hasan And I'm a Web Developer by profession. With experience and expertise spanning around 7 years, in the Digital space. 6 | 7 | Good amount of experience in development of web applications using PHP, Frameworks, JavaScript Library’s, CMS, API’s, Reporting tools and Payment Gateways. Skilled in digital technology innovation's, brand building and all phases of the Web development lifecycle with an expert in translating business requirements into technical solutions and fanatical about quality, usability, security, and scalability. Dealing with and resolving problems and issues which arise. 8 | 9 | And Now talking about this project - 10 | This is about a news blog project with Raw PHP and MySQL. You can get the CMS with full source code and database. Feel free to share This link with your friend. It will be helpful for beginners. 11 | 12 | Thank you. 13 | 14 | Youtube Link: https://youtube.com/nirobhasan 15 | -------------------------------------------------------------------------------- /admin/add-category.php: -------------------------------------------------------------------------------- 1 | 2 |
S.No. | 45 |Category Name | 46 |No. of Posts | 47 |Edit | 48 |Delete | 49 | 50 | 51 | 56 |
---|---|---|---|---|
58 | | 59 | | 60 | 61 | 62 | | '> | 63 | 64 | 65 |'> | 66 | 67 | 68 |