Travel & Events

baziriza
3 Views ยท 4 months ago

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/thecodeholic

๐Ÿ’ป Code: https://github.com/thecodeholic/php-mvc-framework

โญ๏ธ Course Contents โญ๏ธ
โŒจ๏ธ (00:00:00) Introduction
โŒจ๏ธ (00:01:29) Show features
โŒจ๏ธ (00:03:57) Demo of the Framework
โŒจ๏ธ (00:07:40) Create Application and Router
โŒจ๏ธ (00:14:17) Enable autoloading using composer
โŒจ๏ธ (00:19:20) Implement Routing
โŒจ๏ธ (00:32:31) Create project structure
โŒจ๏ธ (00:36:03) Implement views & layouts
โŒจ๏ธ (01:00:54) Implement Controllers
โŒจ๏ธ (01:12:49) Sanitize $_POST data
โŒจ๏ธ (01:18:19) Start Registration
โŒจ๏ธ (01:24:54) Implement second layout
โŒจ๏ธ (01:29:56) Implement Models
โŒจ๏ธ (01:41:18) Implement Validation using models
โŒจ๏ธ (02:00:21) Implement form Widget
โŒจ๏ธ (02:21:01) Migrations & Connection to Database
โŒจ๏ธ (02:29:53) .env file & Application Config
โŒจ๏ธ (02:38:59) Implement Migrations
โŒจ๏ธ (03:04:21) Implement ActiveRecord & Finish Registration
โŒจ๏ธ (03:23:56) Restrict registration with the same email
โŒจ๏ธ (03:32:49) Implement Session Flash messages
โŒจ๏ธ (03:49:44) Implement Input labels
โŒจ๏ธ (03:59:43) Implement Login
โŒจ๏ธ (04:29:26) Hide Login/Register buttons When user is authorized
โŒจ๏ธ (04:35:15) Create protected routes
โŒจ๏ธ (04:57:45) Create View component & implement page titles
โŒจ๏ธ (05:06:55) Improve form widget with abstraction
โŒจ๏ธ (05:20:55) Make core installable composer package
โŒจ๏ธ (05:47:18) Create second website to use the same core
โŒจ๏ธ (05:52:18) Add new feature to core and release new version

โญ๏ธ Special thanks to our Champion supporters! โญ๏ธ
๐Ÿ† Loc Do
๐Ÿ† Joseph C
๐Ÿ† DeezMaster

--

Learn to code for free and get a developer job: https://www.freecodecamp.org

Read hundreds of articles on programming: https://freecodecamp.org/news

baziriza
4 Views ยท 4 months ago

In this PHP tutorial for beginnersโ€™ full course, you will learn PHP in Hindi. Our trainer will take you through every aspect of language with a PHP project.

Introduction to PHP includes files, extensions, and other basic information in the language. You will also learn popular frameworks in PHP and Content Management System (CMS) in detail with our language expert.

PHP is a scripting language used in web development and various general purposes. PHP initially stood for Personal Home Page.

There are several things that you need to know before this PHP and MySQL database tutorial, and we have covered that as well.

Content in this PHP full course in Hindi:
๐Ÿ‘‰ What is PHP
๐Ÿ‘‰ Server and installation of XAMPP server
๐Ÿ‘‰ Syntax and variable in PHP
๐Ÿ‘‰ Concatenation and operators in PHP
๐Ÿ‘‰ Condition statements like if, if-else, nested if-else, etc.
๐Ÿ‘‰ Arrays in PHP
๐Ÿ‘‰ User-defined functions
๐Ÿ‘‰ Loops in PHP (while, for, for each, do-while)
๐Ÿ‘‰ Statements in PHP like Break, Continue, and Switch
๐Ÿ‘‰ Recursion in PHP
๐Ÿ‘‰ Implode and explode in PHP
๐Ÿ‘‰ Various operational and math functions

In this PHP for beginners, everything is described in detail with examples that will help you learn PHP faster than ever. Timestamps are down below for further assistance.

Timestamps:
00:00:00 | Introduction to PHP
00:06:27 | What is server ? | How to install xampp server in windows ?
00:13:31 | Syntax overview of PHP | How to print srting using PHP ?
00:19:05 | Variable in PHP. What is a variable ?
00:23:13 | How to use variables in PHP ?
00:29:50 | How to use concatenation in PHP ? How to concatenate in PHP ?
00:34:07 | What are Operators and types in PHP
00:37:51 | Types of operators in PHP | Arithmetic Operators
00:46:01 | Types of operators in PHP | Comparison Operators
00:51:07 | Types of operators in PHP | Logical and Ternary Operators
00:58:41 | Types of operators in PHP | Assignment Operators
01:03:16 | Conditional Statements in PHP
01:08:07 | How to use if and if - else statement in PHP?
01:12:46 | How to use if - elseif and nested if - else in PHP ?
01:20:31 | Array in PHP | How to define an array ? | Types of array
01:25:26 | Array in PHP | Practcial Implemenation
01:37:07 | Concept of functions in PHP | User defined function
01:50:36 | List of Array functions in PHP and How to use it ?
02:10:36 | How to define user defined function and use it ?
02:19:09 | What are loops and types of Loops ?
02:23:44 | While loop in PHP ? | How to use while loop in PHP
02:32:55 | For loop in PHP ? How to use for loop in PHP
02:40:33 | Do-while loop in PHP ? How to use for Do-while in PHP
02:47:03 | Foreach loop in PHP ? | How to use foreach loop
02:54:19 | Break statement in PHP ? How to use break statement in PHP ?
03:00:58 | Continue statement in PHP ? How to use continue statement in PHP ?
03:07:17 | Switch statement in php
03:17:42 | Recursion using function in PHP
03:27:05 | Implode and Explode functions in PHP
03:37:06 | strtoupper(),strtolower,lcfirst(),ucfirst(),ucwords()
03:42:40 | str_replace() function | Replace words in a string using PHP ?
03:47:06 | strrev() function | Reverse a string using PHP ?
03:49:14 | substr() function | PHP substring function
03:55:57 | str_word_count, strlen, str_repeat function
04:00:15 | rand() function in PHP | PHP math function | OPT using PHP
04:03:20 | ceil() and floor() function in PHP | PHP Math Function
04:07:27 | pow() and sqrt() function in PHP | PHP Math Function
04:12:29 | date_default_timezone_set() and getDate() | date function in PHP
04:19:21 | date() and time() function in PHP
04:36:02 | include() and include_once() in PHP
04:47:17 | require() and require_once() in PHP

๐Ÿ“ž For more info about the courses, call us: +91-9024244886, +91-9269698122

โœ… CONNECT WITH THE FOUNDER (Mr. Kushagra Bhatia) -

๐Ÿ‘‰ Instagram - https://www.instagram.com/kushagrabhatiaofficial
๐Ÿ‘‰ LinkedIn - https://www.linkedin.com/in/kushagra-bhatia

Connect with WsCube Tech on social media for the latest offers, promos, job vacancies, and much more:

โ–บ Subscribe: http://bit.ly/wscubechannel
โ–บ Facebook: https://www.facebook.com/wsubetech.india
โ–บ Twitter: https://twitter.com/wscubetechindia
โ–บ Instagram: https://www.instagram.com/wscubetechindia/
โ–บ LinkedIn : https://www.linkedin.com/company/wscubetechindia/
โ–บ Youtube: https://www.youtube.com/c/wscubetechjodhpur
โ–บ Website: http://wscubetech.com
--------------------------------------| Thanks |---------------------------
#PHP #PHPTutorial #PhpFullCourse

baziriza
9 Views ยท 4 months ago

How to create a search field with PHP and MySQLi - Learn PHP backend programming. In this video we will learn how to create a search feature using PHP from scratch.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
4 Views ยท 4 months ago

Output In Browser Using PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners. In this PHP tutorial you will learn how to output in the browser using php, and you will write your first PHP code.

The "echo" statement in PHP is something that we will use frequently in our code throughout this PHP series, which is why I dedicated an entire episode on it.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
5 Views ยท 4 months ago

Get the Cheat Sheet Here : http://goo.gl/aQbQ4F
Subscribe to Me: http://bit.ly/2FWQZTx

Learn HTML in 15 Minutes : http://goo.gl/UoSoVm
Best PHP book : http://goo.gl/wNMdWf

MY UDEMY COURSES ARE 87.5% OFF TIL December 19th ($9.99) ONE IS FREE

โžก๏ธ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_41
โžก๏ธ C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_41
โžก๏ธ FREE 15 hour Golang Course!!! : https://bit.ly/go-tutorial3

Like the channel? Consider becoming a Patreon! Check it out here:
โ–บโ–บ https://www.patreon.com/derekbanas

In this video tutorial I'll teach pretty much the whole PHP programming language in one video. I have received this tutorial request many times lately so I hope you enjoy it. The cheat sheet can be found below the video.

I cover quotes, comments, date(), variables, data types, getting data from HTML, heredoc, constants, arithmetic, shortcuts, reference operators, comparison operators, if, elseif, else, echo, printf, ternary operator, switch, while, for, foreach, arrays, strings, and much more.

*Watch More Learn in One Videos*
โ–บโ–บ Java - https://youtu.be/n-xAqcBCws4
โ–บโ–บ C++ - https://youtu.be/Rub-JsjMhWY
โ–บโ–บ Python - https://youtu.be/N4mEzFDjqtA
โ–บโ–บ MySQL - https://youtu.be/yPu6qV5byu4
โ–บโ–บ PHP - https://youtu.be/7TF00hJI78Y
โ–บโ–บ Kotlin - https://youtu.be/H_oGi8uuDpA
โ–บโ–บ C# - https://youtu.be/lisiwUZJXqQ
โ–บโ–บ JavaScript - https://youtu.be/fju9ii8YsGs

baziriza
2 Views ยท 4 months ago

What Are Internal Functions in PHP | PHP Tutorial | Learn PHP Programming | PHP for Beginners. In this PHP tutorial you will learn about "built-in functions/internal functions" which are ways for us to "do something/change" certain elements on our website. An example of an internal function, could be searching for a specific word or sentence inside a paragraph of text.

The following link is a list of built-in functions you can use: http://www.w3schools.com/php/php_ref_string.asp

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236

baziriza
1 Views ยท 4 months ago

Inst id: @code.steps

Hi, Everyone in this video we are starting a new tutorial series in php and get to know why we should learn php. This video was made by Anil Sidhu in Hindi.

Why PHP?
Lots of Jobs in PHP.
33 million websites are using PHP.
PHP is used by 76.9% of all websites.
Freelancing Opportunities.
Now MNCs are using PHP.
Why This Course?
Complete PHP course.
All topics with Interview Questions.
Topics covered with Example.
Code Available on GitHub.
Ask Questions in comments or Insta.
How we will learn php here?
Introduction and working style of php.
Setup and Basic PHP.
OOPS concept and Advance PHP.
PHP with HTML, CSS, and JS.
PHP with MySql.
What is PHP
Programming language that is used to build web applications and websites.
PHP stands for Hypertext Preprocessor.

PHP is a server-side scripting language.

PHP is faster than other scripting languages, such as ASP and JSP.


React js Latest Playlist in Hindi: https://www.youtube.com/playli....st?list=PL8p2I9GklV4
inst id: @code.steps

baziriza
5 Views ยท 4 months ago

ุจุนุฏ ุงู„ุงู†ุชู‡ุงุก ู…ู† ู‡ุฐุง ุงู„ููŠุฏูŠูˆ ุชูุถู„ูˆ ู…ุดุงุฑูŠุน ู…ู‡ู…ุฉ ุทุจู‚ูˆู‡ุง :
ู…ู„ุงุญุธุฉ : ุชู… ุชุญุณูŠู† ุงู„ุฌูˆุฏุฉ ูˆุงู„ุตูˆุช ููŠ ู‡ุฐุง ุงู„ููŠุฏูŠูˆ ๐Ÿฅฐ
ู…ุดุฑูˆุน ู…ุชุฌุฑ ุงู„ูƒุชุฑูˆู†ูŠ :
https://www.youtube.com/playli....st?list=PLSiLeKadTQ7
ู…ุดุฑูˆุน ุฏุฑุฏุดุฉ ุดุงุช ู…ุชุนุฏุฏุฉ ู…ุณุชุฎุฏู…ูŠู† :
https://www.youtube.com/playli....st?list=PLSiLeKadTQ7
ู…ุดุฑูˆุน ุงุฏุงุฑุฉ ุทู„ุงุจ ู…ุน ู„ูˆุญุฉ ุชุญูƒู… :
https://www.youtube.com/playli....st?list=PLSiLeKadTQ7
ู…ุดุฑูˆุน ุดุจูŠู‡ ุจุงู„ุชูŠูƒุชูˆูƒ ู„ู†ุดุฑ ููŠุฏูŠูˆู‡ุงุช :
https://www.youtube.com/playli....st?list=PLSiLeKadTQ7

_____________________________
ุชุนู„ู… PHP ุนู„ู‰ ุงู„ุงุตูˆู„ ู…ู† ุงู„ุตูุฑ ู„ู„ุงุญุชุฑุงู
ุดูƒุฑุง ู„ูƒ ุนู„ู‰ ุงู„ู…ุดุงู‡ุฏุฉ ๐Ÿ˜๏ปฟ
ู„ุง ุชู†ุณู‰ ุงู„ุงู†ุถู…ุงู… ุงู„ู‰ ุงู„ู‚ู†ุงุฉ โค ูˆุนู…ู„ ู„ุฃูŠูƒ (๐Ÿ‘) ูˆุดูŠุฑ ู„ู„ููŠุฏูŠูˆ
ุงุฐุง ุงุนุฌุจูƒ ุงู„ููŠุฏูŠูˆ ุจู‡ุฐุง ุงู„ู†ู…ุท ู…ู† ุงู„ุดุฑูˆุญุงุช ุนู„ู‚ ุงูŠ ูƒูˆุฑุณ ุชูุถู„ ุงู† ู†ุดุฑุญู‡
_____________________________
โค ู…ุง ุนู„ูŠูƒ ุณูˆู‰ ุงู„ุงู†ุชุณุงุจ ุฅู„ู‰ ู‡ุฐู‡ ุงู„ู‚ู†ุงุฉ ู„ู„ุงุณุชูุงุฏุฉ ู…ู† ุงู„ู…ุฒุงูŠุง:
https://www.youtube.com/channe....l/UCIKDaj_tCR7ntiwM7
_____________________________
ูƒู„ู…ุงุช ู…ุชุนู„ู‚ุฉ ุจุงู„ููŠุฏูŠูˆ :
#ุชุนู„ู…_php
#php
#ูƒูˆุฑุณ_php
#ุฑุงูƒูˆุงู†_ู„ู„ุจุฑู…ุฌุฉ
#rakwan
#ุชุนู„ู…_php_ู…ู†_ุงู„ุตูุฑ
#ุชุนู„ู…_php_ู„ู„ู…ุจุชุฏุฆูŠู†
#php_oop
#php_sql
#ู‚ูˆุงุนุฏ_ุงู„ุจูŠุงู†ุงุช
#sql
#ุงู„ุจุฑู…ุฌุฉ_ูƒุงุฆู†ูŠุฉ_ุงู„ุชูˆุฌู‡_ููŠ_php
#ู„ุบุฉ_ุงู„ุจุฑู…ุฌุฉ_php
#sql_php_database

baziriza
3 Views ยท 4 months ago

MySQL Insert Into Database | PHP Tutorial | Learn PHP Programming | PHP for Beginners. Today we will learn how to insert data into database tables in phpMyAdmin.

โžค GET ACCESS TO MY LESSON MATERIAL HERE!

First of all, thank you for all the support you have given me!

I am really glad to have such an awesome community on my channel. It motivates me to continue creating and uploading content! So thank you!

I am now using Patreon to share improved and updated lesson material, and for a small fee you can access all the material. I have worked hard, and done my best to help you understand what I teach.

I hope you will find it helpful :)

Material for this lesson: https://www.patreon.com/posts/....lesson-material-4236




Showing 22 out of 23