Here i am using PHP, HTML, CSS, JAVASCRIPT, AJAX, MYSQL etc.
Features :
In the admin part------ -Login -Admin can handle all users(Enable/Disable/Remove). -Add & Remove Questions -VIew Questions List -Logout
In the Students part --------------- -SignUp -Login -Attend Exam -View marks -Finally view Right Answers---------- -Logout

Eduonix Learning Solutions

Tutorials

 
  
Undoubtedly it is one of the most popular server-side scripting languages. If you want to start web programming it is one of the first languages you should pick up. In this introductory course in PHP, you will get all the fundamental concepts required to start your PHP web programming. We have kept the learning curve fairly simple and anyone with basic knowledge of programming can quickly pick up PHP with the help of this course. In the course, you will go through basic web programming concepts and will be able to master PHP programming by the end of it.
Learn how to use PHP to build an MVC framework from scratch. You will get an understanding of how frameworks are made. The framework you build is not production-ready. During this project we will learn many things: - How to work with file system - How to work with databases - How to use Abstraction in real projects - How to implement custom routing - How to install third party packages using composer - How to create reusable composer package - and many other important things ✏️ This course was developed by Zura Sekhniashvili (The Codeholic). Check out his YouTube channel: https://www.youtube.com/channel/UC_UM... ???? Code: https://github.com/thecodeholic/php-m...
Thursday, 17 September 2020 15:06

Full membership website using Bootstrap & PHP Code

Written by

Akin The Computer Guy

Tutorials

A free full-course step-by-step tutorial on how to design membership site with register, login, logout, sessions, admin backend-side. Bootstrap, it features steps to create a signup page, login page, members area page, admin backend page and also teaches on how to create a database using XAMPP. The tutorial is free. To make your own request for any Video Tutorial on (HTML, CSS, Bootstrap, Php and other programming language), kindly comment below. For more updates, kindly subscribe to my channel For Errors, kindly comment below (and state the area not clear) if possible with snapshots Enjoy - Kindly SHARE this Video with your friends - DROP your Comments Below - Video, LIKE it! - And kindly SUBSCRIBE I have lots of fun-filling and highly intuitive Free Tutorials on CorelDraw, Microsoft Word, PHP, MySQL and More... Check @ youtube.com/c/AkinTheComputerGuy
 
 
 

Project: This is a Responsive Online Blogging Site using PHP/MySQL that I did in my previous years as a project to my client for his Thesis/Capstone Project. I may say that this is responsive because has a lot of features such as calculating the views coming from the guests, embedded a map, and many more features. Download source code here: https://www.campcodes.com/projects/ph...

 

From SerBermz

 

Tutorials

Wednesday, 25 March 2020 07:51

For PHP programmers

Written by

 {index}

 

Abstract to programming Languages

There are a lot of types of languages

At the very beginning of my studies, we were writing assembly language which is a low-level language. (around 1983)

We were using COBOL, which is a human-like programming language, after the appearance of Databases, like Oracle, we were able to write in PRO*COBOL. The last speak with databases.

We have a language with Compiler, he creates assembly from the language. For example from C human writer source, we create an assembly file, this file is our binary program.

We have a language with Interpreter, he is the layer that makes the source, human-written code, to communicate with the computer. Languages with an interpreter are Java, PHP, e.tc. 

We have 4th generation languages, that are with Forms & Reports GUI and sit on the top of o Database like Oracle.

After the explosion of WEB, we have languages, frameworks and CMS's

 

Speaking about PHP Family 

The site of PHP
 

When we write a program with PHP, we can write:

  • in vanilla PHP (it means using the language as it is)
  • using a PHP framework (it means a set of commands that summarize the functionality) like, CodeIgniter, Laravel e.t.c.
  • using a PHP CMS like WP, Joomla, Drupal e.t.c ( it means using prebuild blocks of code, or even first write the blocks)

If we write in this language, we must have libraries written to speed the procedure, but in general, it is more difficult and time-consuming.

When we use a PHP framework, it is faster and easier. The fastest and easiest framework is Codeigniter, it uses MVC (Model View Controler) model and it is Object Oriented.  If you work alone or you are two programmers go with CI.

WordPress is a framework, a blog platform, and a CMS, it is the easiest the fastest to write code and it is the most popular CMS, it has blocks of code-named plugins. Joomla has triggers and extensions, it is more difficult than WP. Drupal is the most secure and difficult.

 

Comparison of CodeIgniter PHP Framework with WordPress PHP Framework

 

Similarities of WP and CI, as frameworks are:

  • both are easy
  • you can build fast the code

Differences are:

  • CI includes Cache functionality, WP not
  • CI uses the MVC model, it is OOP
 There is a question, why to spend time with PHP and Frameworks, and not write all code with a CMS?

Someone can give many answers, I'll give a few reasons:

  • Speed of loading the site
  • Customization (to write a custom app)
  • Security (you write the code, can be more secure)

 

 

Page 3 of 3