It seems like you are using an ad blocker. To enhance your experience and support our website, please consider:
- Signing in to disable ads on our site.
- Sign up if you don't have an account yet.
-
Or, disable your ad blocker by doing this:
- Click on the ad blocker icon in your browser's toolbar.
- Select "Pause on this site" or a similar option for lancecourse.com.
-
Workouts with Slim 3 - Part 3: Routing
Today I will be taking you through how to use routes and what are their main characteristics.
-
Workouts with Slim 3 - Part 2: Your first application
With this it could just take you some few hours to have a simple website done. In the next part we will be talking more about the routing.
-
Workouts with Slim 3
Slim is a light-weight framework that can be used to develop websites and HTTP APIs of any type, and of any size.
-
Understand and use functions in PHP: Part 2
One of the main advantages of functions is to help us cut the big problem(entire software) into little ones, which can easily be maintained.
-
Make your first CRUD with PHP - Part 4: Read, Update and Delete
Today we're going to see how we can READ, UPDATE, and DELETE data with PHP and MYSQL. And the previous part we saw how we could create new entries
-
Understand and use functions in PHP
Likewise in any programming language functions are fully part of the PHP programming language. It help access core actions of the language and also to extend it easily. And the real power of a programming language comes from its functions.
-
Make your first CRUD with PHP - Part 3: CREATE
In most cases applications are meant to treat/process data. No matter the data the application processes or no matter how it does it, there are some common points any application considers: the data input phase, processing phase, and an output phase.
-
Make your first CRUD with PHP - Part 2 : Admin login panel
Here we are in the second part of this tutorial. As I said in part 1 today I will be building the admins login panel.
-
Make your first CRUD with PHP: case of a product management system
PHP is probably one of the easiest programming languages to learn. But in this aspect resides many traps which prevents many people from really coding in PHP.
-
From MySql to PDO - CRUD with PDO
Since you are used to MySQL, it may be a bit complicated to change into PDO. I am writing this guide in order to help you do the common tasks you are used to with MySQL.