TorBT - Torrents and Magnet Links Search Engine

[FreeCoursesOnline.Us] Lynda - Learning PHP

File Name
Size
01-Welcome.en.srt
1.7 kB
01-Welcome.mp4
23 MB
02-What you should know before watching this course.en.srt
7.8 kB
02-What you should know before watching this course.mp4
7.3 MB
03-Using the exercise files.en.srt
6.3 kB
03-Using the exercise files.mp4
7.6 MB
04-What's new in this version of the course.en.srt
3.6 kB
04-What's new in this version of the course.mp4
3.7 MB
05-Running phpinfo() to check the PHP configuration.en.srt
9.4 kB
05-Running phpinfo() to check the PHP configuration.mp4
13 MB
06-Changing configuration settings in php.ini.en.srt
8.5 kB
06-Changing configuration settings in php.ini.mp4
14 MB
07-Alternative ways to change configuration settings.en.srt
6.3 kB
07-Alternative ways to change configuration settings.mp4
8.2 MB
08-PHP - The big picture.en.srt
9.9 kB
08-PHP - The big picture.mp4
11 MB
09-Choosing and naming variables.en.srt
5.9 kB
09-Choosing and naming variables.mp4
5.8 MB
10-Displaying text and numbers.en.srt
16 kB
10-Displaying text and numbers.mp4
15 MB
11-Comments and white space.en.srt
8.9 kB
11-Comments and white space.mp4
10 MB
12-What's the difference between single and double quotes.en.srt
12 kB
12-What's the difference between single and double quotes.mp4
13 MB
13-Joining strings.en.srt
14 kB
13-Joining strings.mp4
18 MB
14-Using heredoc syntax to avoid problems with quotes.en.srt
9.0 kB
14-Using heredoc syntax to avoid problems with quotes.mp4
10 MB
15-Storing multiple values in an indexed array.en.srt
8.9 kB
15-Storing multiple values in an indexed array.mp4
10 MB
16-Storing values in an associative array.en.srt
10 kB
16-Storing values in an associative array.mp4
11 MB
17-Challenge - Embedding PHP in HTML.en.srt
2.4 kB
17-Challenge - Embedding PHP in HTML.mp4
3.2 MB
18-Solution - Embedding PHP in HTML.en.srt
10 kB
18-Solution - Embedding PHP in HTML.mp4
12 MB
19-The truth according to PHP.en.srt
5.1 kB
19-The truth according to PHP.mp4
5.5 MB
20-Making decisions with conditions and comparisons.en.srt
12 kB
20-Making decisions with conditions and comparisons.mp4
13 MB
21-Alternative syntax for conditional statements.en.srt
5.7 kB
21-Alternative syntax for conditional statements.mp4
6.9 MB
22-Making decisions with a switch statement.en.srt
12 kB
22-Making decisions with a switch statement.mp4
13 MB
23-Using the ternary operator as shorthand.en.srt
9.1 kB
23-Using the ternary operator as shorthand.mp4
8.9 MB
24-Setting a default value.en.srt
14 kB
24-Setting a default value.mp4
15 MB
25-Challenge - Serving different content to members.en.srt
5.5 kB
25-Challenge - Serving different content to members.mp4
11 MB
26-Solution - Serving different content to members.en.srt
11 kB
26-Solution - Serving different content to members.mp4
23 MB
27-Arithmetic operators.en.srt
14 kB
27-Arithmetic operators.mp4
15 MB
28-Reassigning the result of a calculation to the same variable.en.srt
4.9 kB
28-Reassigning the result of a calculation to the same variable.mp4
4.8 MB
29-Increasing or decreasing a number by one.en.srt
6.8 kB
29-Increasing or decreasing a number by one.mp4
7.6 MB
30-Challenge - Integer division.en.srt
2.1 kB
30-Challenge - Integer division.mp4
2.3 MB
31-Solution - Integer division.en.srt
5.4 kB
31-Solution - Integer division.mp4
5.7 MB
32-Repeating actions with while and do_while loops.en.srt
9.8 kB
32-Repeating actions with while and do_while loops.mp4
10 MB
33-Using a for loop.en.srt
9.4 kB
33-Using a for loop.mp4
11 MB
34-Looping through an array with foreach.en.srt
7.4 kB
34-Looping through an array with foreach.mp4
9.7 MB
35-Alternative syntax for loops.en.srt
3.7 kB
35-Alternative syntax for loops.mp4
5.1 MB
36-Challenge - Multiplication table.en.srt
3.7 kB
36-Challenge - Multiplication table.mp4
4.7 MB
37-Solution - Multiplication table.en.srt
10 kB
37-Solution - Multiplication table.mp4
14 MB
38-Using PHP's built-in functions.en.srt
14 kB
38-Using PHP's built-in functions.mp4
17 MB
39-Understanding PHP documentation.en.srt
10 kB
39-Understanding PHP documentation.mp4
19 MB
40-Creating custom functions.en.srt
12 kB
40-Creating custom functions.mp4
14 MB
41-Passing arguments by value and reference to a function.en.srt
9.2 kB
41-Passing arguments by value and reference to a function.mp4
11 MB
42-Using an anonymous function as a callback.en.srt
12 kB
42-Using an anonymous function as a callback.mp4
16 MB
43-Understanding PHP objects and classes.en.srt
5.1 kB
43-Understanding PHP objects and classes.mp4
5.3 MB
44-Comparing the date() function with the DateTime class.en.srt
10 kB
44-Comparing the date() function with the DateTime class.mp4
15 MB
45-Challenge - Create a function to display copyright years.en.srt
1.9 kB
45-Challenge - Create a function to display copyright years.mp4
2.1 MB
46-Solution - Create a function to display copyright years.en.srt
6.0 kB
46-Solution - Create a function to display copyright years.mp4
7.0 MB
47-Using server-side includes.en.srt
5.6 kB
47-Using server-side includes.mp4
5.7 MB
48-Using include and require.en.srt
12 kB
48-Using include and require.mp4
16 MB
49-Using links in an include file.en.srt
6.9 kB
49-Using links in an include file.mp4
8.8 MB
50-Examining the include_path.en.srt
7.3 kB
50-Examining the include_path.mp4
10 MB
51-Challenge - Use server-side includes for common features.en.srt
2.7 kB
51-Challenge - Use server-side includes for common features.mp4
8.5 MB
52-Solution - Use server-side includes for common features.en.srt
12 kB
52-Solution - Use server-side includes for common features.mp4
32 MB
53-Dealing with PHP errors.en.srt
2.5 kB
53-Dealing with PHP errors.mp4
2.9 MB
54-Why is my page blank or incomplete.en.srt
8.4 kB
54-Why is my page blank or incomplete.mp4
9.6 MB
55-Tracking down common parse errors.en.srt
7.2 kB
55-Tracking down common parse errors.mp4
9.2 MB
56-Dealing with T_ENCAPSED_AND_WHITESPACE.en.srt
6.4 kB
56-Dealing with T_ENCAPSED_AND_WHITESPACE.mp4
7.5 MB
57-What to do with 'failed to open stream'.en.srt
5.2 kB
57-What to do with 'failed to open stream'.mp4
6.3 MB
58-What does 'headers already sent' mean.en.srt
8.1 kB
58-What does 'headers already sent' mean.mp4
8.6 MB
59-What does undefined index, offset, or constant mean.en.srt
9.3 kB
59-What does undefined index, offset, or constant mean.mp4
11 MB
60-Understanding the difference between POST and GET.en.srt
15 kB
60-Understanding the difference between POST and GET.mp4
16 MB
61-Displaying error messages conditionally.en.srt
6.0 kB
61-Displaying error messages conditionally.mp4
10 MB
62-Making sure required fields aren't blank.en.srt
14 kB
62-Making sure required fields aren't blank.mp4
19 MB
63-Preserving user input when a form is incomplete.en.srt
12 kB
63-Preserving user input when a form is incomplete.mp4
18 MB
64-Blocking suspect phrases.en.srt
12 kB
64-Blocking suspect phrases.mp4
18 MB
65-Preparing to send email.en.srt
7.9 kB
65-Preparing to send email.mp4
12 MB
66-Automating the reply address.en.srt
11 kB
66-Automating the reply address.mp4
19 MB
67-Building the message body.en.srt
16 kB
67-Building the message body.mp4
25 MB
68-Sending the email.en.srt
7.3 kB
68-Sending the email.mp4
13 MB
69-Troubleshooting mail().en.srt
5.0 kB
69-Troubleshooting mail().mp4
6.0 MB
70-Introduction.en.srt
3.1 kB
70-Introduction.mp4
4.1 MB
71-Handling radio button groups.en.srt
12 kB
71-Handling radio button groups.mp4
18 MB
72-Handling single checkboxes.en.srt
6.6 kB
72-Handling single checkboxes.mp4
11 MB
73-Handling checkbox groups.en.srt
10 kB
73-Handling checkbox groups.mp4
19 MB
74-Handling select menus.en.srt
9.9 kB
74-Handling select menus.mp4
14 MB
75-Handling multiple-choice lists.en.srt
12 kB
75-Handling multiple-choice lists.mp4
18 MB
76-Where next.en.srt
3.2 kB
76-Where next.mp4
5.4 MB
[FreeCoursesOnline.Us].txt
138 B
[FreeCoursesOnline.Us].url
123 B
[FreeTutorials.Us].txt
75 B
[FreeTutorials.Us].url
119 B