Последние видео

MySQL Data Manipulation Tutorial |SQL Data Manipulation |PHP & MySQL Tutorial for Beginners |Edu
MySQL Data Manipulation Tutorial |SQL Data Manipulation |PHP & MySQL Tutorial for Beginners |Edu cashinvids 2 Просмотры • 2 лет тому назад

( PHP & MySQL with MVC Frameworks Certification Training
-
https://www.edureka.co/php-mysql-self-paced )

Watch Sample Class recording: http://www.edureka.co/php-mysql?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php

A data manipulation language (DML) is a family of syntax elements similar to a computer programming language used for selecting, inserting, deleting and updating
data in a database. Performing read-only queries of data is sometimes also considered a component of DML.Let's see some data manipulation in MySQL.

This video helps you to learn following topics :

1.Insert query with Example
2.Inserting Dat afrom commnad prompt
3.Inserting Data using Script
4.Creating a form
5.Inserting data in MySQL table
6.Select Query
7.Syntax for select query
8.Fetching data using PHP script
9.Releasing Memeory
10.WHERE Clause
11.WHERE Clause operators
12.Update Query
13.Delete Query

Related Posts :
http://www.edureka.co/blog/php-tutorial-web-concepts-in-php?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php
http://www.edureka.co/blog/php-tutorial-data-types-declaration?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php

http://www.edureka.co/blog/php-tutorial-differentiating-php-code-in-html-script?utm_source=youtube&utm_medium=referral&utm_campaign=data-manipulation-php

Edureka is a New Age e-learning platform that provides Instructor-Led Live, Online classes for learners who would
prefer a hassle free and self paced learning environment, accessible from any part of the world.

The topics related to Data Manipulation have extensively been covered in our course 'PHP & MySQL’.
For more information, please write back to us at sales@edureka.co
Call us at US: 1800 275 9730 (toll free) or India: +91-8880862004

PHP in 100 Seconds
PHP in 100 Seconds cashinvids 4 Просмотры • 2 лет тому назад

PHP Hypertext Preprocessor is a scripting language for building dynamic websites on the server. It remains one of the most popular programming languages in the world, powering tools like Wordpress, Laravel, and Symfony. https://fireship.io

#programming #webdev #100SecondsOfCode

🔗 Resources

PHP Docs https://www.php.net/docs.php
PHP usage stats https://w3techs.com/technologies/details/pl-php

📚 Chapters

🔥 Get More Content - Upgrade to PRO

Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.

🎨 My Editor Settings

- Atom One Dark
- vscode-icons
- Fira Code Font

🔖 Topics Covered

- History of PHP
- PHP syntax and features
- Basic Overview of PHP
- What does PHP stand for?
- Does Facebook use PHP?
- Websites that use PHP

PHP For Beginners | 3+ Hour Crash Course
PHP For Beginners | 3+ Hour Crash Course cashinvids 1 Просмотры • 2 лет тому назад

Your first step in learning PHP. We will go over all of the fundamentals and create a small PHP/MySQL project.

⭐ Sponsor:
https://linode.com/traversy

💻 Github Repo:
https://github.com/bradtraversy/php-crash

💻 Download Xampp:
https://apachefriends.com

👇 PHP OOP MVC Udemy Course:
https://www.udemy.com/course/o....bject-oriented-php-m

💖 Show Support
Patreon: https://www.patreon.com/traversymedia
PayPal: https://paypal.me/traversymedia

👇 Follow Me On Social Media:
Twitter: https://twitter.com/traversymedia
Instagram: https://www.instagram.com/traversymedia
Linkedin: https://www.linkedin.com/in/bradtraversy

Timestamps:
0:00 - Intro
0:59 - Linode Sponsor
1:40 - Slides
9:47 - Getting Setup With XAMPP
14:30 - Opening a PHP File
15:38 - VS Code Setup & Auto Reload
18:20 - Output Constructs & Functions
26:35 - Data Types & Variables
34:32 - Arrays
42:05 - Conditionals
52:57 - Loops
1:02:00 - Functions
1:09:47 - Array Functions
1:24:15 - String Functions
1:30:28 - Superglobals
1:34:05 - $_GET & $_POST
1:40:56 - Sanitizing Inputs
1:45:24 - Cookies
1:49:10 - Sessions
1:58:45 - File Handling
2:03:48 - File Uploading
2:17:20 - Erros & Exceptions
2:22:05 - OOP & Classes
2:35:14 - Feedback App Project
2:38:15 - Including PHP Pages
2:42:23 - Database & Feedback Table Setup
2:48:45 - Connecting To MySQL
2:53:54 - If & Foreach Shorthands
2:58:11 - Fetch From Database
3:01:05 - Inserting Data From a Form

Web Applications for Everybody Course - Dr. Chuck Teaches HTML, PHP, SQL, CSS, JavaScript, and more!
Web Applications for Everybody Course - Dr. Chuck Teaches HTML, PHP, SQL, CSS, JavaScript, and more! cashinvids 8 Просмотры • 2 лет тому назад

This beginner's course is a complete introduction to web application development. Learn how to build dynamic database-backed web sites. Dr. Chuck will teach you how to use HTML, CSS, JavaScript, PHP, MySQL, jQuery, and Handlebars to build web and database applications.

🔗 Couse website:
https://www.wa4e.com/

✏️ Dr. Charles Severance created this course. He is a professor at the University of Michigan and is one of the most popular Python instructors in the world.

⭐️ Course Contents ⭐️
⌨️ (00:00:00) Web Applications and the Request/Response Cycle
⌨️ (00:16:56) Understanding Browser Developer Mode
⌨️ (00:25:42) HTML - HyperText Markup Language (Part 1)
⌨️ (00:31:37) HTML - HyperText Markup Language (Part 2)
⌨️ (00:45:32) Code Walkthrough: HTML
⌨️ (00:59:32) CSS - Cascading Style Sheets (Part 1)
⌨️ (01:12:35) CSS - Cascading Style Sheets (Part 2)
⌨️ (01:27:40) CSS - Cascading Style Sheets (Part 3)
⌨️ (01:41:21) Code Walkthrough: CSS - Part 1
⌨️ (01:54:49) Code Walkthrough: CSS Part 2
⌨️ (02:20:40) Installing MAMP on Macintosh for PHP/MySql
⌨️ (02:27:42) Installing MAMP on Windows-10 for PHP/MySql
⌨️ (02:42:15) Installing XAMPP on Windows for PHP/MySql
⌨️ (02:51:21) PHP Language - Overview (Part 1)
⌨️ (03:00:02) PHP Language - Expressions (Part 3)
⌨️ (03:08:51) PHP Language - Variables and Constants (Part 2)
⌨️ (03:27:46) PHP Language - Control Structures (Part 4)
⌨️ (03:41:09) PHP Arrays (Part 1)
⌨️ (03:51:32) PHP Arrays (Part 2)
⌨️ (04:02:45) PHP Functions (Part 1)
⌨️ (04:12:49) PHP Functions (Part 2)
⌨️ (04:26:06) PHP Forms (Part 1)
⌨️ (04:31:04) PHP Forms - GET and POST (Part 2)
⌨️ (04:36:19) PHP Forms - Input Types (Part 3)
⌨️ (04:50:09) PHP Forms - HTML Injection and Validation (Part 4)
⌨️ (05:01:01) PHP Forms - MVC (Part 5)
⌨️ (05:11:40) Code Walkthrough: Forms Part 1
⌨️ (05:25:00) Code Walkthrough: Forms Part 2
⌨️ (05:32:28) Code Walkthrough: Forms Part 3
⌨️ (05:39:28) Single Table SQL - Part 1
⌨️ (06:01:59) Single Table SQL - Part 2
⌨️ (06:23:26) Data Modeling - Building a Data Model (Part 1)
⌨️ (06:32:12) Data Modeling - Representing Relationships (Part 2)
⌨️ (06:42:52) Data Modeling - Relationships in SQL (Part 3)
⌨️ (06:57:09) Data Modeling - Using Join (Part 4)
⌨️ (07:07:16) Data Modeling - Many-to-Many (Part 5)
⌨️ (07:20:51) PHP Objects (Part 1)
⌨️ (07:31:23) PHP Objects - Building Objects (Part 2)
⌨️ (07:43:20) PHP Objects - Life Cycle (Part 3)
⌨️ (07:48:54) PHP Objects - Inheritance (Part 4)
⌨️ (07:59:57) PHP, MySQL, and PDO - Part 1
⌨️ (08:18:16) PHP, MySQL, and PDO - Part 2
⌨️ (08:32:05) PHP, MySQL, and PDO - Part 3
⌨️ (08:44:30) PHP, MySQL, and PDO - Part 4
⌨️ (08:53:30) Code Walkthrough: PHP, MySQL, and PDO - Part 1
⌨️ (09:02:15) Code Walkthrough: PHP, MySQL, and PDO - Part 2
⌨️ (09:11:51) Code Walkthrough: PHP, MySQL, and PDO - Part 3
⌨️ (09:19:53) PHP - Cookies (Part 1)
⌨️ (09:29:53) PHP - Sessions (Part 2)
⌨️ (09:43:59) PHP - Sessions without Cookies - Part 3
⌨️ (09:51:42) Code Walkthrough: Cookies and Sessions
⌨️ (10:02:08) PHP - HTTP Redirects - Part 1
⌨️ (10:09:07) PHP - Post / Redirect - Part 2
⌨️ (10:20:03) PHP - Flash Messages / Authentication - Part 3
⌨️ (10:32:15) Code Walkthrough: Routing and Redirect - Part 1
⌨️ (10:37:33) Code Walkthrough: Routing and Redirect - Part 2
⌨️ (10:44:31) Code Walkthrough: Routing and Redirect - Part 3
⌨️ (10:51:02) Building a CRUD Application in PHP
⌨️ (11:05:35) Code Walkthrough: Forms and CRUD
⌨️ (11:20:08) JavaScript - Part 1
⌨️ (11:35:18) JavaScript - Part 2
⌨️ (11:47:40) JavaScript - Document Object Model - Part 3
⌨️ (11:58:20) Code Walkthrough: JavaScript and Profiles
⌨️ (12:08:37) JavaScript - Object Orientation
⌨️ (12:19:18) JQuery - Part 1
⌨️ (12:32:22) JQuery - Part 2
⌨️ (12:46:53) Code Walkthrough: Profiles, Positions, and JQuery
⌨️ (13:12:10) JSON - JavaScript Object Notation - Part 1
⌨️ (13:26:50) JSON - JavaScript Object Notation - Part 2
⌨️ (13:38:26) JSON - CRUD - Part 3
⌨️ (13:48:00) Code Walkthrough: Profiles, Positions, Education and JSON
⌨️ (14:22:16) MOOC Graduation Video with Curt Bonk as Commencement Speaker

🎉 Thanks to our Champion and Sponsor supporters:
👾 Wong Voon jinq
👾 hexploitation
👾 Katia Moran
👾 BlckPhantom
👾 Nick Raker
👾 Otis Morgan
👾 DeezMaster
👾 AppWrite

--

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

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

Using RDBMS & SQL With php | PHP Tutorial #22
Using RDBMS & SQL With php | PHP Tutorial #22 cashinvids 2 Просмотры • 2 лет тому назад

►Source Code + Text Tutorials - http://codewithharry.com/video....s/php-tutorials-in-h
►This video is a part of this PHP tutorials in Hindi playlist - https://www.youtube.com/playli....st?list=PLu0W_9lII9a
►For Doubt Solving, Brain Storming Sessions & guaranteed replies, join the channel membership here: https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
►Click here to subscribe - https://www.youtube.com/channe....l/UCeVMnSShP_Iviwkkn
►Checkout my English channel here: https://www.youtube.com/ProgrammingWithHarry

Best Hindi Videos For Learning Programming:

►Learn Python In One Video - https://www.youtube.com/watch?v=ihk_Xglr164

►Python Complete Course In Hindi - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►C Language Complete Course In Hindi -
https://www.youtube.com/playlist?list=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true

►JavaScript Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Learn JavaScript in One Video - https://www.youtube.com/watch?v=onbBV0uFVpo

►Learn PHP In One Video - https://www.youtube.com/watch?v=xW7ro3lwaCI

►Django Complete Course In Hindi -
https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Machine Learning Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Creating & Hosting A Website (Tech Blog) Using Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Advanced Python Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Object Oriented Programming In Python - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

►Python Data Science and Big Data Tutorials - https://www.youtube.com/playli....st?list=PLu0W_9lII9a

Follow Me On Social Media
►Website (created using Flask) - http://www.codewithharry.com
►Facebook - https://www.facebook.com/CodeWithHarry
►Instagram - https://www.instagram.com/codewithharry/
►Personal Facebook A/c - https://www.facebook.com/geekyharis
Twitter - https://twitter.com/Haris_Is_Here

MySQL Tutorial for Beginners [Full Course]
MySQL Tutorial for Beginners [Full Course] cashinvids 2 Просмотры • 2 лет тому назад

MySQL tutorial for beginners - Learn MySQL, the world's most popular open source database.
🔥 Want to master MySQL? Get the full MySQL course:
http://bit.ly/2uAoPM3
👍 Subscribe for more SQL tutorials like this: https://goo.gl/6PYaGF

⭐️Want to learn more from me? Check out these links:

Courses: https://codewithmosh.com
Twitter: https://twitter.com/moshhamedani
Facebook: https://www.facebook.com/programmingwithmosh/
Blog: https://programmingwithmosh.com

📕Get my FREE SQL cheat sheet:
http://bit.ly/2JCO73l

📔Scripts to create the databases in this course:
https://bit.ly/3rvtqdO

TABLE OF CONTENT

0:00:00 Introduction
0:01:02 What is SQL?
0:04:24 Cheat Sheet
0:04:50 Installing MySQL on Mac
0:09:48 Installing MySQL on Windows
0:15:08 Creating the Databases for this Course
0:23:40 The SELECT Statement
0:29:30 The SELECT Clause
0:38:18 The WHERE Clause
0:43:35 The AND, OR, and NOT Operators
0:51:38 The IN Operator
0:54:41 The BETWEEN Operator
0:56:53 The LIKE Operator
1:02:31 The REGEXP Operator
1:11:51 The IS NULL Operator
1:14:18 The ORDER BY Operator
1:21:23 The LIMIT Operator
1:24:50 Inner Joins
1:33:16 Joining Across Databases
1:36:03 Self Joins
1:40:17 Joining Multiple Tables
1:47:03 Compound Join Conditions
1:50:44 Implicit Join Syntax
1:53:04 Outer Joins
1:59:31 Outer Join Between Multiple Tables
2:05:50 Self Outer Joins
2:08:02 The USING Clause
2:13:25 Natural Joins
2:14:46 Cross Joins
2:18:01 Unions
2:26:29 Column Attributes
2:29:54 Inserting a Single Row
2:35:40 Inserting Multiple Rows
2:38:58 Inserting Hierarchical Rows
2:44:51 Creating a Copy of a Table
2:53:38 Updating a Single Row
2:57:33 Updating Multiple Rows
3:00:47 Using Subqueries in Updates
3:06:24 Deleting Rows
3:07:48 Restoring Course Databases

If you're looking for a complete SQL tutorial for beginners with examples, this tutorial is a great way to learn SQL basics. Just follow through and you'll be able to write SQL queries in no time.

SQL, short for Structured Query Language, is a language used by software developers, data scientists and anyone who works with data. With SQL, you can store data in relational databases and write queries to extract valuable information.

There are various database management systems (DBMS) that support SQL but each product has its own implementation of SQL. In this course, we'll be using MySQL to learn SQL. MySQL is the most popular free and open-source database management system in the world. If you use a different DBMS (eg SQL Server), you can still benefit from this course as 90% of the skills you'll learn in this course can be transferred to other database management systems.

SQL Tutorial - Full Database Course for Beginners
SQL Tutorial - Full Database Course for Beginners cashinvids 2 Просмотры • 2 лет тому назад

In this course, we'll be looking at database management basics and SQL using the MySQL RDBMS.
Want more from Mike? He's starting a coding RPG/Bootcamp -
https://simulator.dev/

The course is designed for beginners to SQL and database management systems, and will introduce common database management topics.

Throughout the course we'll be looking at various topics including schema design, basic C.R.U.D operations, aggregation, nested queries, joins, keys and much more.

You can get PopSQL to follow along here: http://popsql.com/freecodecamp

🔗Company Database Code: https://www.giraffeacademy.com..../databases/sql/creat

⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (2:36) What is a Database?
⌨️ (23:10) Tables & Keys
⌨️ (43:31) SQL Basics
⌨️ (52:26) MySQL Windows Installation
⌨️ (1:01:59) MySQL Mac Installation
⌨️ (1:15:49) Creating Tables
⌨️ (1:31:05) Inserting Data
⌨️ (1:38:17) Constraints
⌨️ (1:48:11) Update & Delete
⌨️ (1:56:11) Basic Queries
⌨️ (2:08:37) Company Database Intro
⌨️ (2:14:05) Creating Company Database
⌨️ (2:30:27 ) More Basic Queries
⌨️ (2:26:24) Functions
⌨️ (2:45:13) Wildcards
⌨️ (2:53:53) Union
⌨️ (3:01:36) Joins
⌨️ (3:11:49) Nested Queries
⌨️ (3:21:52) On Delete
⌨️ (3:30:05) Triggers
⌨️ (3:42:12) ER Diagrams Intro
⌨️ (3:55:53) Designing an ER Diagram
⌨️ (4:08:34) Converting ER Diagrams to Schemas

Course developed by Mike Dane. Check out his YouTube channel for more great programming courses: https://www.youtube.com/channe....l/UCvmINlrza7JHB1zkI

🐦Follow Mike on Twitter: http://twitter.com/mike_dane

🔗The Giraffe Academy website: http://www.giraffeacademy.com/

--

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

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

Showing 667 out of 668