Download link
File List
-
01_-_Introduction/01_-_Introduction_to_the_course.mp4 14.97 MB
01_-_Introduction/02_-_Watching_lecture_videos_in_HD_quality.mp4 8.88 MB
01_-_Introduction/03_-_Preparing_your_development_environment.mp4 17.82 MB
01_-_Introduction/04_-_Accessing_and_using_the_course_exercise_files.mp4 6.9 MB
02_-_PHP_Basics/05_-_Hello_World_.mp4 6.81 MB
02_-_PHP_Basics/5.1_-_Hello_World_Php.zip 787 B
02_-_PHP_Basics/06_-_How_to_use_the_correct_syntax_in_PHP.mp4 8.29 MB
02_-_PHP_Basics/07_-_What_are_PHP_variables.pdf 151.43 KB
02_-_PHP_Basics/08_-_How_to_assign_values_to_a_variable_in_PHP.mp4 6.47 MB
02_-_PHP_Basics/8.1_-_Variables_Php.zip 827 B
02_-_PHP_Basics/09_-_What_PHP_data_types_are_available.mp4 9.3 MB
02_-_PHP_Basics/10_-_Echo_and_Print_-_how_to_view_PHP_output.mp4 7.61 MB
02_-_PHP_Basics/11_-_How_to_add_comments_to_PHP_code.mp4 7.93 MB
03_-_Basic_Operators/12_-_Getting_organised_before_we_start_the_challenges.mp4 8.76 MB
03_-_Basic_Operators/13.1_-_Addition_Php.zip 798 B
03_-_Basic_Operators/13.2_-_Subtraction_Php.zip 816 B
03_-_Basic_Operators/13_-_How_to_add_and_subtract_numbers_in_PHP.mp4 7.42 MB
03_-_Basic_Operators/14.1_-_Multiplication_Php.zip 827 B
03_-_Basic_Operators/14.2_-_Division_Php.zip 806 B
03_-_Basic_Operators/14_-_How_to_multiply_and_divide_numbers_in_PHP.mp4 7.79 MB
03_-_Basic_Operators/15.1_-_Modulus_Php.zip 799 B
03_-_Basic_Operators/15_-_How_to_use_the_PHP_modulus_operator.mp4 6.38 MB
03_-_Basic_Operators/16.1_-_Exponent_Php.zip 805 B
03_-_Basic_Operators/16_-_How_to_find_a_power_of_a_number_using_PHP.mp4 5.38 MB
03_-_Basic_Operators/17.1_-_Challenge_Backtoschool_.pdf 109.01 KB
03_-_Basic_Operators/17_-_Challenge_-_Back_to_school_-_TASK.mp4 6.12 MB
03_-_Basic_Operators/18.1_-_Area_Circle_Php.zip 868 B
03_-_Basic_Operators/18.2_-_Area_Rectangle_Php.zip 832 B
03_-_Basic_Operators/18.3_-_Area_Triangle_Php.zip 828 B
03_-_Basic_Operators/18.4_-_Area_Trapezium_Php.zip 849 B
03_-_Basic_Operators/18_-_Challenge_-_Back_to_school_-_SOLUTION.mp4 7.76 MB
03_-_Basic_Operators/19_-_Challenge_-_Back_to_school_-_CODE.pdf 44.61 KB
04_-_Assignment_Conditional_and_Logical_Operators/20_-_How_to_join_words_and_sentences_using_concatenation_in_PHP.mp4 10.64 MB
04_-_Assignment_Conditional_and_Logical_Operators/21_-_Challenge_-_What_s_in_a_name_-_TASK.pdf 41.7 KB
04_-_Assignment_Conditional_and_Logical_Operators/22_-_Challenge_-_What_s_in_a_name_SOLUTION.mp4 9.53 MB
04_-_Assignment_Conditional_and_Logical_Operators/23_-_Challenge_-_What_s_in_a_name_CODE.txt 183 B
04_-_Assignment_Conditional_and_Logical_Operators/24.1_-_Concatenation2_Php.zip 933 B
04_-_Assignment_Conditional_and_Logical_Operators/24_-_More_concatenation.mp4 7.23 MB
04_-_Assignment_Conditional_and_Logical_Operators/25_-_What_are_the_comparison_operators_in_PHP.mp4 10.62 MB
04_-_Assignment_Conditional_and_Logical_Operators/26_-_What_are_the_logical_operators_in_PHP.mp4 5.92 MB
05_-_IF_Statements/27.1_-_If_Statement_Php.zip 824 B
05_-_IF_Statements/27_-_How_to_use_a_basic_IF_statement_in_PHP.mp4 10.79 MB
05_-_IF_Statements/28.1_-_If_Else_Statement_Php.zip 861 B
05_-_IF_Statements/28_-_How_to_use_an_IF_ELSE_statement_in_PHP.mp4 7.45 MB
05_-_IF_Statements/29.1_-_If_Elseif_Statement_Php.zip 902 B
05_-_IF_Statements/29_-_How_to_use_an_ELSEIF_statement_in_PHP.mp4 9.41 MB
06_-_Basic_Loops/30.1_-_For_Loops_Php.zip 865 B
06_-_Basic_Loops/30_-_How_to_use_a_FOR_loop_in_PHP.mp4 8.19 MB
06_-_Basic_Loops/31.1_-_While_Loops_Php.zip 850 B
06_-_Basic_Loops/31_-_How_to_use_WHILE_loops_in_PHP.mp4 6.51 MB
06_-_Basic_Loops/32_-_Challenge_-_Multiples_-_TASK.pdf 41.5 KB
06_-_Basic_Loops/33.1_-_Multiples_Php.zip 853 B
06_-_Basic_Loops/33_-_Challenge_-_Multiples_-_SOLUTION.mp4 6.29 MB
06_-_Basic_Loops/34_-_Challenge_-_Multiples_-_CODE.txt 157 B
06_-_Basic_Loops/35_-_Challenge_-_Let_s_play_Fizz_Buzz_-_TASK.pdf 41.39 KB
06_-_Basic_Loops/36.1_-_Fizzbuzz_Php.zip 861 B
06_-_Basic_Loops/36_-_Challenge_-_Let_s_play_Fizz_Buzz_-_SOLUTION.mp4 10.46 MB
06_-_Basic_Loops/37.1_-_fizzbuzz.php.zip 855 B
06_-_Basic_Loops/37_-_Challenge_-_Let_s_play_Fizz_Buzz_-_CODE.txt 214 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/38_-_How_to_use_the_PHP_online_reference_manual.mp4 13.34 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/39.1_-_Random_Number_Php.zip 816 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/39_-_How_to_generate_a_random_number_in_PHP.mp4 7.73 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/40_-_Challenge_4_-_Heads_I_win_-_TASK.pdf 49.68 KB
07_-_PHP_Internal_in-built_Functions_-_PART_1/41_-_Challenge_4_-_Heads_I_win_-_SOLUTION.mp4 10.75 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/42.1_-_Heads_Php.zip 908 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/42_-_Challenge_4_-_Heads_I_win_-_CODE.txt 293 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/43_-_Challenge_5_-_Who_ate_all_the_pi_-_TASK.pdf 176.79 KB
07_-_PHP_Internal_in-built_Functions_-_PART_1/44_-_Challenge_5_-_Who_ate_all_the_pi_-_SOLUTION.mp4 11.65 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/45.1_-_Pi_Php.zip 812 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/45_-_Challenge_5_-_Who_ate_all_the_pi_-_CODE.txt 130 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/46.1_-_Date_Php.zip 852 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/46_-_How_to_use_the_date_function_in_PHP.mp4 20.94 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/47_-_Challenge_6_-_Carpe_Diem_-_TASK.pdf 124.86 KB
07_-_PHP_Internal_in-built_Functions_-_PART_1/48_-_Challenge_6_-_Carpe_Diem_-_SOLUTION.mp4 12.52 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/49.1_-_Carpe_Diem_Php.zip 1001 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/49_-_Challenge_6_-_Carpe_Diem_-_CODE.txt 549 B
07_-_PHP_Internal_in-built_Functions_-_PART_1/50_-_Time_functions.mp4 14.23 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/51_-_Challenge_-_Santa_Claus_is_coming_to_town_-_TASK.pdf 40.94 KB
07_-_PHP_Internal_in-built_Functions_-_PART_1/52_-_Challenge_-_Santa_Claus_is_coming_to_town_-_SOLUTION.mp4 7.94 MB
07_-_PHP_Internal_in-built_Functions_-_PART_1/53_-_Challenge_-_Santa_Claus_is_coming_to_town_-_CODE.txt 193 B
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/54.1_-_Html_Template_Html.zip 833 B
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/54_-_How_to_create_a_basic_HTML_page_structure.mp4 9.23 MB
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/55.1_-_Html_Form_Html.zip 945 B
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/55_-_How_to_create_a_basic_HTML_form.mp4 16.44 MB
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/56.1_-_Html_Form_Processor_Php.zip 912 B
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/56_-_How_to_use_form_data_in_PHP.mp4 16.76 MB
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/57_-_Challenge_7_-_Temperature_conversion_-_TASK.pdf 126.46 KB
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/58_-_Challenge_7_-_Temperature_conversion_-_SOLUTION.mp4 21.68 MB
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/59.1_-_Temperature_Form_Processor_Php.zip 989 B
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/59.2_-_Temperature_Form_Html.zip 988 B
08_-_How_to_create_a_form_in_HTML_and_send_data_to_a_PHP_script/59_-_Challenge_7_-_Temperature_conversion_-_CODE.txt 874 B
09_-_More_Internal_Functions_-_Working_with_strings/60.1_-_String_Length_Php.zip 856 B
09_-_More_Internal_Functions_-_Working_with_strings/60_-_How_to_find_the_length_of_a_word_or_sentence_in_PHP.mp4 6.46 MB
09_-_More_Internal_Functions_-_Working_with_strings/61.1_-_Word_Count_Php.zip 828 B
09_-_More_Internal_Functions_-_Working_with_strings/61_-_How_to_count_the_number_of_words_in_a_string_in_PHP.mp4 5.05 MB
09_-_More_Internal_Functions_-_Working_with_strings/62_-_Challenge_-_How_long_is_a_piece_of_string_-_TASK.pdf 44.08 KB
09_-_More_Internal_Functions_-_Working_with_strings/63_-_Challenge_-_How_long_is_a_piece_of_string_-_SOLUTION.mp4 14.34 MB
09_-_More_Internal_Functions_-_Working_with_strings/64.1_-_Piece_Of_String_Php.zip 1.09 KB
09_-_More_Internal_Functions_-_Working_with_strings/64_-_Challenge_-_How_long_is_a_piece_of_string_-_CODE.txt 683 B
09_-_More_Internal_Functions_-_Working_with_strings/65.1_-_String_Replace_Php.zip 866 B
09_-_More_Internal_Functions_-_Working_with_strings/65_-_How_to_replace_characters_in_a_string.mp4 7.57 MB
09_-_More_Internal_Functions_-_Working_with_strings/66.1_-_String_Shuffle_Php.zip 838 B
09_-_More_Internal_Functions_-_Working_with_strings/66_-_How_to_randomise_a_string_in_PHP.mp4 4.49 MB
09_-_More_Internal_Functions_-_Working_with_strings/67_-_Challenge_-_Mission_impossible_-_TASK.pdf 122.38 KB
09_-_More_Internal_Functions_-_Working_with_strings/68_-_Challenge_-_Mission_Impossible_-_SOLUTION.mp4 6.96 MB
09_-_More_Internal_Functions_-_Working_with_strings/69.1_-_Mission_Impossible_Php.zip 959 B
09_-_More_Internal_Functions_-_Working_with_strings/69_-_Challenge_-_Mission_Impossible_-_CODE.txt 291 B
09_-_More_Internal_Functions_-_Working_with_strings/70.1_-_Quotes_Php.zip 874 B
09_-_More_Internal_Functions_-_Working_with_strings/70_-_Double_versus_single_quotes_in_PHP.mp4 7.14 MB
09_-_More_Internal_Functions_-_Working_with_strings/71.1_-_Escaping_Strings_Php.zip 871 B
09_-_More_Internal_Functions_-_Working_with_strings/71_-_How_to_escape_strings_in_PHP.mp4 16.69 MB
09_-_More_Internal_Functions_-_Working_with_strings/72_-_Challenge_-_The_Great_Escape_-_TASK.pdf 133.87 KB
09_-_More_Internal_Functions_-_Working_with_strings/73_-_Challenge_-_The_Great_Escape_-_SOLUTION.mp4 6.16 MB
09_-_More_Internal_Functions_-_Working_with_strings/74.1_-_The_Great_Escape_Php.zip 967 B
09_-_More_Internal_Functions_-_Working_with_strings/74_-_Challenge_-_The_Great_Escape_-_CODE.txt 424 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/75.1_-_Arrays_Php.zip 888 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/75_-_What_is_an_array_in_PHP.mp4 9.32 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/76.1_-_Looping_Through_Arrays_Php.zip 922 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/76_-_How_to_loop_through_an_array_in_PHP.mp4 8.82 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/77.1_-_String_Split_Php.zip 849 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/77_-_How_to_split_a_string_and_place_into_an_array_in_PHP.mp4 6.08 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/78_-_Challenge_8_-_ISBN_checker_-_TASK.pdf 167.16 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/79_-_Challenge_8_-_ISBN_checker_-_SOLUTION.mp4 23.9 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/80.1_-_Isbn_Form_Php.zip 914 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/80.2_-_Isbn_Process_Php.zip 1.02 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/80_-_Challenge_8_-_ISBN_checker_-_CODE.txt 831 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/81_-_Challenge_-_Mind_your_language_-_TASK.pdf 131.41 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/82_-_Challenge_-_Mind_your_language_-_SOLUTION.mp4 9.52 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/83.1_-_Bad_Word_Php.zip 947 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/83_-_Challenge_-_Mind_your_language_-_CODE.txt 322 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/84.1_-_Sort_Array_Php.zip 872 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/84_-_How_to_sort_data_in_an_array_in_PHP.mp4 7.79 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/85.1_-_Explode_Implode_Arrays_Php.zip 921 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/85_-_How_to_explode_and_implode_strings.mp4 8.41 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/86_-_How_to_add_elements_to_an_existing_array_in_PHP.mp4 8.15 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/87_-_Challenge_9_-_Around_the_world_in_80_days_-_TASK.pdf 51.36 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/88.1_-_Around_The_World_Php.zip 984 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/88_-_Challenge_9_-_Around_the_world_in_80_days_-_SOLUTION.mp4 12.04 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/89.1_-_Around_The_World_In_80_Days_Php.zip 1011 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/89_-_Challenge_9_-_Around_the_world_in_80_days_-_CODE.txt 359 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/90.1_-_Array_Pop_Shift_Php.zip 912 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/90_-_How_to_remove_single_elements_from_an_array_in_PHP.mp4 8.76 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/91.1_-_Array_Slice_Php.zip 892 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/91_-_How_to_use_array_slice_to_split_an_array_in_PHP.mp4 11.05 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/92_-_Challenge_-_It_s_getting_hot_in_here_-_TASK.pdf 65.13 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/93.1_-_Its_Getting_Hot_In_Here_Php.zip 1.07 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/93_-_Challenge_-_It_s_getting_hot_in_here_-_SOLUTION.mp4 18.39 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/94_-_Challenge_-_It_s_getting_hot_in_here_-_CODE.txt 674 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/95.1_-_Select_Random_Php.zip 872 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/95_-_How_to_select_a_random_element_from_an_array.mp4 6.99 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/96_-_Challenge_-_Pick_a_card_any_card_-_TASK.pdf 253.94 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/97.1_-_Pick_A_Card_Php.zip 931 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/97_-_Challenge_-_Pick_a_card_any_card_-_SOLUTION.mp4 10.07 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/98_-_Challenge_-_Pick_a_card_any_card_-_CODE.txt 266 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/99_-_Challenge_-_Let_s_go_shopping_-_TASK.pdf 152.37 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/100_-_Challenge_-_Let_s_go_shopping_-_SOLUTION.mp4 33.57 MB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/101.1_-_Credit_Card_Validator_Form_Html.zip 1003 B
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/101.2_-_Credit_Card_Validator_Php.zip 1.11 KB
10_-_How_to_create_and_use_basic_ARRAYS_and_array_functions/101_-_Challenge_-_Let_s_go_shopping_-_CODE.txt 58 B
11_-_Associative_Arrays_in_PHP/102.1_-_Associative_Arrays_Php.zip 941 B
11_-_Associative_Arrays_in_PHP/102_-_How_to_understand_the_structure_of_an_associative_array.mp4 6.72 MB
11_-_Associative_Arrays_in_PHP/103.1_-_Looping_Through_Associative_Arrays_Php.zip 1.03 KB
11_-_Associative_Arrays_in_PHP/103_-_How_to_loop_through_an_associative_array_and_output_the_elements.mp4 8.82 MB
11_-_Associative_Arrays_in_PHP/104_-_Challenge_-_Capital_cities_of_the_world_-_TASK.pdf 52.92 KB
11_-_Associative_Arrays_in_PHP/105.1_-_Capital_Cities_Php.zip 1.18 KB
11_-_Associative_Arrays_in_PHP/105_-_Challenge_-_Capital_cities_of_the_world_-_SOLUTION.mp4 11.64 MB
11_-_Associative_Arrays_in_PHP/106_-_Challenge_-_Capital_cities_of_the_world_-_CODE.txt 795 B
12_-_How_to_create_your_own_functions_in_PHP/107.1_-_Creating_A_Function_Php.zip 848 B
12_-_How_to_create_your_own_functions_in_PHP/107_-_How_to_create_a_function_in_PHP.mp4 3.54 MB
12_-_How_to_create_your_own_functions_in_PHP/108.1_-_Using_Variables_Php.zip 860 B
12_-_How_to_create_your_own_functions_in_PHP/108_-_How_to_use_variables_in_PHP_functions.mp4 8.08 MB
12_-_How_to_create_your_own_functions_in_PHP/109.1_-_Passing_Arguments_Php.zip 887 B
12_-_How_to_create_your_own_functions_in_PHP/109_-_How_to_pass_arguments_to_a_PHP_function.mp4 8.48 MB
12_-_How_to_create_your_own_functions_in_PHP/110.1_-_Returning_Values_Php.zip 898 B
12_-_How_to_create_your_own_functions_in_PHP/110_-_How_to_return_a_value_from_a_PHP_function.mp4 10.48 MB
Download Info
-
Tips
“Udemy - Learn PHP - Unlock Your Potential via Examples” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.