FileMood

Download Udemy - PHP for Beginners - Become a PHP Master

Udemy PHP for Beginners Become PHP Master

Name

Udemy - PHP for Beginners - Become a PHP Master

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

8.0 GB

Total Files

222

Hash

0D78B24ACB08B040737AC1C34D0DDF312C490B89

/01 The First Steps/

001 Introduction.mp4

4.8 MB

002 Local Development Environment and Software Install.mp4

61.9 MB

003 Course Exercise Files Video Quality.mp4

57.9 MB

004 Code Editor Installation Optional if you have one.mp4

18.8 MB

006 Using Dynamic Data.mp4

35.6 MB

007 Inserting Comments in PHP.mp4

26.3 MB

008 Practice Section 1.mp4

16.1 MB

/02 Data Types and More/

001 Variables in PHP.mp4

63.6 MB

002 Math.mp4

29.9 MB

003 Arrays.mp4

50.1 MB

004 Associative Arrays.mp4

48.7 MB

005 Practice Section 2.mp4

13.4 MB

/03 Control Structures/

001 if Statements.mp4

43.3 MB

002 Comparison and Logical Operators.mp4

26.5 MB

003 Switch Statements in PHP.mp4

36.4 MB

004 While Loop in PHP.mp4

41.5 MB

005 For Loop in PHP.mp4

30.7 MB

006 Foreach Loop in PHP.mp4

30.9 MB

007 Practice Section 3.mp4

22.4 MB

/04 Custom Functions/

001 Defining functions.mp4

58.6 MB

002 Function Parameters.mp4

61.4 MB

003 Return Values From Functions.mp4

70.9 MB

004 Global Variable and Scope.mp4

27.7 MB

005 Constants.mp4

8.8 MB

006 Practice Section 4.mp4

21.2 MB

/05 PHP Built-in Functions/

001 Math Functions.mp4

16.7 MB

002 String Functions.mp4

28.5 MB

003 Array Functions.mp4

26.0 MB

004 Practice Section 5.mp4

30.2 MB

/06 How To Use Form Data in PHP/

001 Checking for Form Submission.mp4

42.3 MB

002 Extracting Information from form.mp4

18.0 MB

003 Validating The Form Values.mp4

40.8 MB

004 External Page Submission.mp4

23.3 MB

005 Practice Section 6.mp4

11.5 MB

/07 How To Use Databases in PHP/

001 Introduction to Databases.mp4

5.9 MB

002 Introduction to PHPmyadmin.mp4

27.3 MB

003 Markup for Login Page.mp4

58.4 MB

004 Receiving Post Data From Check.mp4

28.2 MB

005 Creating a Database in PHPmyadmin.mp4

12.1 MB

006 Creating Tables and Inserting Data in PHPmyadmin.mp4

15.7 MB

007 Connecting to the Database using PHP.mp4

19.4 MB

008 Creating Records into the database table with PHP.mp4

41.7 MB

009 Reading Information in the Database with PHP.mp4

32.7 MB

010 Creating the Update Records Form.mp4

43.7 MB

011 Query to Read Ids.mp4

54.7 MB

012 Query to Update Username and Password.mp4

54.4 MB

013 Refactoring The Update Query into a Function.mp4

29.9 MB

014 Delete Records From Database with PHP.mp4

54.6 MB

015 ReFactoring all Database Query Code into Functions.mp4

66.8 MB

016 Making All Files Modular and Refactoring.mp4

87.7 MB

017 Practice Section 7.mp4

61.0 MB

/08 PHP Security/

001 SQL Injection - How to Prevent it.mp4

34.9 MB

002 Password Encryption.mp4

89.1 MB

003 Practice Section 8.mp4

14.6 MB

/09 PHP and The Web/

001 Introduction to HTTP Requests and more.mp4

2.5 MB

002 Using The GET super Global.mp4

40.1 MB

003 using The POST super Global.mp4

21.4 MB

004 About Cookies in PHP.mp4

25.6 MB

005 Setting Cookies with PHP.mp4

51.8 MB

006 Reading Cookies in PHP.mp4

27.2 MB

007 How use Sessions in PHP.mp4

49.7 MB

008 Practice Section 9.mp4

50.7 MB

/10 Object Oriented PHP Introduction/

001 What are classes and objects Introduction.mp4

5.0 MB

002 What are classes and how to define them in PHP.mp4

31.2 MB

003 What are class methods and how to create them.mp4

20.4 MB

004 How to instantiate a class.mp4

26.1 MB

005 Adding Properties to Our Class.mp4

35.5 MB

006 Class inheretance.mp4

22.9 MB

007 Constructors.mp4

23.0 MB

008 Data Access.mp4

31.4 MB

009 Static Data in Classes.mp4

28.2 MB

010 Practice Section 10.mp4

26.3 MB

/11 CMS Project Blogging System - Front End and First Steps/

001 Intro Tour of the CMS.mp4

100.8 MB

002 Turning On Some Important Features.mp4

37.3 MB

003 Adding our assets working structure.mp4

53.5 MB

004 Creating database and category table for the CMS.mp4

26.2 MB

005 Connecting to the database with PHP.mp4

31.3 MB

006 Making our files reuseable.mp4

99.2 MB

007 Inserting Data into Category Table and Displaying it.mp4

41.8 MB

008 Creating the posts table.mp4

34.6 MB

009 Inserting Data into the posts table and displaying it.mp4

93.4 MB

010 Inserting the post image and displaying it.mp4

41.5 MB

011 Creating a custom search engine part 1.mp4

32.0 MB

012 Creating a custom search engine part 2.mp4

44.2 MB

013 Creating a custom search engine part 3.mp4

57.9 MB

014 Adding Categories to the sidebar.mp4

57.0 MB

/12 CMS - Categories More/

001 Creating reuseable code in the admin.mp4

102.5 MB

002 Creating the navigation links in admin.mp4

65.9 MB

003 Creating the admin category page part 1.mp4

31.6 MB

004 Creating the admin category page part 2.mp4

12.5 MB

005 Displaying data in category page.mp4

32.8 MB

006 Adding Categories.mp4

29.3 MB

007 Adding a special Function to our header file.mp4

6.5 MB

008 Deleting Categories.mp4

37.9 MB

009 Updating or Editing Categories part 1.mp4

29.8 MB

010 Updating or Editing Categories part 2.mp4

43.9 MB

011 Refactoring category code part 1.mp4

21.0 MB

012 Refactoring category code part 2.mp4

22.1 MB

/13 CMS - POSTS/

001 Creating a HTML table in admin to display a list of posts.mp4

33.8 MB

002 Displaying posts list in admin.mp4

66.1 MB

003 Including Pages based on condition technique.mp4

28.6 MB

004 Creating Post HTML form in admin.mp4

57.5 MB

005 Inserting Post Data From admin.mp4

60.1 MB

006 Deleting Posts in admin.mp4

42.4 MB

007 Creating the HTML edit form post page.mp4

15.4 MB

008 Displaying the Edit Data in Post Edit Page.mp4

54.5 MB

009 Dynamic Category Editing Image Display.mp4

29.9 MB

010 Finally Updating Posts.mp4

81.8 MB

011 Relating Categories to posts and Displaying it.mp4

33.8 MB

012 Adding Category Dropdown to the Add Post Page.mp4

67.1 MB

013 Adding Individual Post Page and Link.mp4

60.3 MB

014 Creating the category page.mp4

36.9 MB

015 Setting up some links and making an excerpt.mp4

34.3 MB

/14 CMS - COMMENTS/

001 Creating the comments table and inserting data.mp4

25.5 MB

002 Creating the comments page and HTML form in admin.mp4

11.9 MB

003 Creating the Query for displaying comments in admin part 1.mp4

56.2 MB

004 Creating the Query for displaying comments in admin part 2.mp4

23.6 MB

005 Inserting new fields in Front end comment form and testing it.mp4

46.0 MB

006 Creating the Frond End comment insert query.mp4

31.5 MB

007 Finishing the query to send comment data Front end.mp4

32.8 MB

008 Relating Comments to posts.mp4

44.9 MB

009 Deleting comments.mp4

19.5 MB

010 Approving and unapproving comments.mp4

32.4 MB

011 Displaying comments based on approval.mp4

47.1 MB

012 Increasing comments count.mp4

44.7 MB

013 Adjustments to visual for comments.mp4

14.5 MB

014 Adjustments for comments and Displaying Post Based on Status.mp4

43.2 MB

/15 CMS - USERS/

001 Creating the users table and data insert.mp4

23.8 MB

002 Creating users pages and links.mp4

26.5 MB

003 Modifying user table heading.mp4

18.1 MB

004 Creating the display query for users.mp4

33.4 MB

005 Displaying users in admin.mp4

21.1 MB

006 Adding users in admin part 1.mp4

45.9 MB

007 Adding users in admin part 2.mp4

47.1 MB

008 Adding users in admin part 3.mp4

33.3 MB

009 Adding users in admin part 4 and final.mp4

9.8 MB

010 Deleting users.mp4

14.2 MB

011 Changing user roles.mp4

26.2 MB

012 Setting Up the Edit User Page.mp4

32.0 MB

013 Displaying User Values in Edit Page.mp4

35.7 MB

014 Adding Select Options to User Role.mp4

12.5 MB

015 Updating User.mp4

44.2 MB

/16 CMS - Login/

001 Creating the login form.mp4

40.3 MB

002 Making the login page.mp4

16.6 MB

003 Select User Query.mp4

31.6 MB

004 Validating User Query Front End.mp4

42.6 MB

005 Setting Values with Sessions.mp4

31.2 MB

006 Logout Page Improved Validation.mp4

26.4 MB

007 Validating User Admin.mp4

42.2 MB

/17 CMS - Profile/

001 Creating the Profile Page.mp4

35.4 MB

002 Displaying User Data.mp4

32.4 MB

003 Updating User Data.mp4

24.7 MB

/18 CMS - Dashboard/

001 Adding Widgets.mp4

20.9 MB

002 Posts Dynamic Data in Widget.mp4

22.8 MB

003 Using Dynamic Data in all Widgets.mp4

24.2 MB

004 Adjusting Widget Links.mp4

38.4 MB

005 Adding an AWESOME Chart to admin.mp4

34.4 MB

006 Cleaning up the chart a little.mp4

29.8 MB

007 Displaying Dynamic Data in chart part 1.mp4

49.0 MB

008 Displaying Dynamic Data in chart part 2.mp4

45.5 MB

/19 Improving Our CMS/

001 Adjusting post echo.mp4

10.4 MB

002 Removing Read More Button.mp4

16.8 MB

003 Adding Notification to Add User Page.mp4

12.5 MB

/20 CMS -Extra Features/

001 Adding Dynamic Category Selection for Edit Post Page.mp4

33.6 MB

002 Adding extra element to dashboard.mp4

21.9 MB

003 Adding the WYSIWYG Editor.mp4

61.2 MB

004 Adding Links to Post Images and Read More Button.mp4

21.1 MB

005 Adding Post Update Notification.mp4

45.8 MB

006 Adding Post Edit Link in Front End.mp4

42.4 MB

007 Adding Bulk Options Posts, part 1.mp4

18.6 MB

008 Adding Bulk Options Posts, part 2.mp4

31.9 MB

009 Adding Bulk Options Posts, part 3.mp4

28.4 MB

010 Adding Bulk Options Posts, part 4.mp4

39.5 MB

011 Adding Bulk Options Posts, part 5.mp4

24.5 MB

012 Adding Bulk Options Posts, part 6.mp4

27.0 MB

013 Adding Dropdown Option for Add Post Page.mp4

20.6 MB

014 Adding Post Creation Notice to Add Post Page.mp4

22.8 MB

015 Adding Link to Add New Button in Post Page.mp4

18.8 MB

016 Adding Link to View Posts from Admin.mp4

36.1 MB

017 Adding Dynamic Personalization to Admin.mp4

18.6 MB

018 Adding Validation to Comments in Post Page.mp4

41.5 MB

/21 CMS -Extra Features - User Registration/

001 Downloading Placing Form Markup.mp4

16.8 MB

002 Testing Registration Form.mp4

12.9 MB

003 Extracting Form Values and Escaping.mp4

11.9 MB

004 Starting Query and Default Tables Values.mp4

49.9 MB

005 Fetching our Database for Default Values.mp4

34.4 MB

006 Validating Fields.mp4

34.5 MB

007 Encrypting User Passwords.mp4

20.5 MB

008 Updating Our CMS due to password Encryption.mp4

51.5 MB

009 User Page Display Shorter Password Field.mp4

50.5 MB

010 User Page Dropdown Default Value Change.mp4

10.0 MB

011 PHP and Javascript Confirm Before Action.mp4

28.9 MB

012 Get Your Certificate.mp4

13.9 MB

013 Wrapping this up IMPORTANT.mp4

6.6 MB

/22 CMS-Extra Features - Author Related Posts/

001 Relating Posts to their Authors Part 1.mp4

26.3 MB

002 Relating Posts to their Authors Part 2.mp4

39.6 MB

003 Cloning Posts NEW feature - COOL STUFF .mp4

83.0 MB

004 Adding a LOADER to the CMS Admin.mp4

47.1 MB

005 Adding views functionality to posts.mp4

51.7 MB

006 Resetting Views Feature.mp4

52.7 MB

/23 Pagination/

001 Pagination Intro and Part 1.mp4

58.2 MB

002 Pagination Intro and Part 2 - Links and Get Request.mp4

46.4 MB

003 Pagination Intro and Part 3 - Get Request Processing.mp4

39.7 MB

004 Pagination Intro and Part 4 - Assigning a variable to the per page value.mp4

53.5 MB

005 Pagination Intro and Part 5 - Adding Some Style to Current Page .mp4

37.4 MB

/24 CMS - Extra Features - Users ONLINE/

001 Creating the user online table and Setup.mp4

16.8 MB

002 Creating the PHP code and Queries.mp4

29.1 MB

003 Displaying Users Online .mp4

42.2 MB

004 Displaying Users Online in Navigation.mp4

24.8 MB

/25 CMS- Extra Feature - NEW Simple Password Encrypting and Login System/

001 Explanation of new New function and Implementation.mp4

63.1 MB

002 Login in Users with new System.mp4

29.7 MB

003 Adding New System to Add Users in Admin.mp4

15.3 MB

/26 CMS - Extra Feature - Improved Comment system count and diplay/

001 Comment count and amount display.mp4

29.8 MB

002 Creating a link in comment count and sending a GET Request.mp4

21.1 MB

003 Comments page to specific posts.mp4

70.6 MB

004 Deleting in the same page.mp4

39.4 MB

/27 CMS - Extra Feature - Post for Specific User in admin/

001 Part 1 - Add Page.mp4

31.5 MB

002 Part 2 - Insertion.mp4

58.5 MB

003 Part 3 - Fixing User Display Issue.mp4

59.5 MB

004 Part 4 - Edit Post Page Update.mp4

20.8 MB

005 Part 5 - Upgrading Front End.mp4

39.1 MB

/28 CMS - More Security/

001 URL and MySQL Injection Protection.mp4

29.1 MB

 

Total files 222


Copyright © 2025 FileMood.com