Please note that this page does not hosts or makes available any of the listed filenames. You
cannot download any of those files from here.
|
007- Overview.MP4 |
2.96MB |
008- Working with Apache Web Server.MP4 |
10.98MB |
009- Changing the document root.MP4 |
13.24MB |
010- Enabling PHP.MP4 |
14.83MB |
011- Upgrading.MP4 |
14.61MB |
012- Configuring PHP.MP4 |
41.26MB |
013- Installing MySQL.MP4 |
15.76MB |
014- Configuring MySQL.MP4 |
13.87MB |
015- Text editor.MP4 |
9.35MB |
016- Overview.MP4 |
4.49MB |
017- Installing WampServer.MP4 |
14.35MB |
018- Finding the document root.MP4 |
4.86MB |
019- Configuring PHP.MP4 |
26.29MB |
01- Welcome.MP4 |
8.17MB |
020- Configuring MySQL.MP4 |
11.35MB |
021- Text editor.MP4 |
10.39MB |
022- Embedding PHP code on a page.MP4 |
7.95MB |
023- Outputting dynamic text.MP4 |
11.04MB |
024- The operational trail.MP4 |
3.48MB |
025- Inserting code comments.MP4 |
9.57MB |
026- Variables.MP4 |
12.43MB |
027- Strings.MP4 |
9.84MB |
028- String functions.MP4 |
22.59MB |
029- Numbers part one Integers.MP4 |
17.11MB |
02- Using the exercise files.MP4 |
5.00MB |
030- Numbers part two Floating points.MP4 |
11.76MB |
031- Arrays.MP4 |
21.25MB |
032- Associative arrays.MP4 |
13.65MB |
033- Array functions.MP4 |
20.13MB |
034- Booleans.MP4 |
7.98MB |
035- NULL and empty.MP4 |
11.97MB |
036- Type juggling and casting.MP4 |
18.70MB |
037- Constants.MP4 |
9.55MB |
038- If statements.MP4 |
11.50MB |
039- Else and elseif statements.MP4 |
7.23MB |
03- What is PHP.MP4 |
4.39MB |
040- Logical operators.MP4 |
13.40MB |
041- Switch statements.MP4 |
21.77MB |
042- While loops.MP4 |
14.58MB |
043- For loops.MP4 |
11.14MB |
044- Foreach loops.MP4 |
13.93MB |
045- Continue.MP4 |
16.27MB |
046- Break.MP4 |
7.68MB |
047- Understanding array pointers.MP4 |
14.50MB |
048- Defining functions.MP4 |
15.55MB |
049- Function arguments.MP4 |
11.17MB |
04- The history of PHP.MP4 |
3.49MB |
050- Returning values from a function.MP4 |
17.33MB |
051- Multiple return values.MP4 |
10.91MB |
052- Scope and global variables.MP4 |
12.07MB |
053- Setting default argument values.MP4 |
11.72MB |
054- Common problems.MP4 |
4.75MB |
055- Warnings and errors.MP4 |
15.40MB |
056- Debugging and troubleshooting.MP4 |
14.05MB |
057- Links and URLs.MP4 |
11.10MB |
058- Using GET values.MP4 |
10.16MB |
059- Encoding GET values.MP4 |
17.90MB |
05- Why choose PHP.MP4 |
9.31MB |
060- Encoding for HTML.MP4 |
19.54MB |
061- Including and requiring files.MP4 |
12.93MB |
062- Modifying headers.MP4 |
13.25MB |
063- Page redirection.MP4 |
12.73MB |
064- Output buffering.MP4 |
15.52MB |
065- Building forms.MP4 |
15.82MB |
066- Detecting form submissions.MP4 |
16.77MB |
067- Single-page form processing.MP4 |
22.05MB |
068- Validating form values.MP4 |
23.58MB |
069- Problems with validation logic.MP4 |
19.66MB |
06- Installation overview.MP4 |
4.51MB |
070- Displaying validation errors.MP4 |
17.85MB |
071- Custom validation functions.MP4 |
17.60MB |
072- Single-page form with validations.MP4 |
24.01MB |
073- Working with cookies.MP4 |
3.45MB |
074- Setting cookie values.MP4 |
11.86MB |
075- Reading cookie values.MP4 |
14.01MB |
076- Unsetting cookie values.MP4 |
10.49MB |
077- Working with sessions.MP4 |
14.37MB |
078- MySQL introduction.MP4 |
10.06MB |
079- Creating a database.MP4 |
12.61MB |
080- Creating a database table.MP4 |
10.97MB |
081- CRUD in MySQL.MP4 |
6.72MB |
082- Populating a MySQL database.MP4 |
16.31MB |
083- Relational database tables.MP4 |
10.39MB |
084- Populating the relational table.MP4 |
18.84MB |
085- Database APIs in PHP.MP4 |
8.05MB |
086- Connecting to MySQL with PHP.MP4 |
16.47MB |
087- Retrieving data from MySQL.MP4 |
21.88MB |
088- Working with retrieved data.MP4 |
13.15MB |
089- Creating records with PHP.MP4 |
17.77MB |
090- Updating and deleting records with PHP.MP4 |
25.44MB |
091- SQL injection.MP4 |
3.95MB |
092- Escaping strings for MySQL.MP4 |
14.12MB |
093- Introducing prepared statements.MP4 |
3.92MB |
094- Blueprinting the application.MP4 |
11.05MB |
095- Building the CMS database.MP4 |
8.67MB |
096- Establishing your work area.MP4 |
7.31MB |
097- Creating and styling the first page.MP4 |
12.27MB |
098- Making page assets reusable.MP4 |
15.68MB |
099- Connecting the application to the database.MP4 |
26.49MB |
100- Adding pages to the navigation subjects.MP4 |
17.36MB |
101- Refactoring the navigation.MP4 |
19.83MB |
102- Selecting pages from the navigation.MP4 |
17.87MB |
103- Highlighting the current page.MP4 |
15.45MB |
104- Moving the navigation to a function.MP4 |
34.39MB |
105- Finding a subject in the database.MP4 |
31.61MB |
106- Refactoring the page selection.MP4 |
40.71MB |
107- Creating a new subject form.MP4 |
21.18MB |
108- Processing form values and adding subjects.MP4 |
38.31MB |
109- Passing data in the session.MP4 |
24.74MB |
110- Validating form values.MP4 |
35.42MB |
111- Creating an edit subject form.MP4 |
28.30MB |
112- Using single-page submission.MP4 |
33.32MB |
113- Deleting a subject.MP4 |
34.27MB |
114- Cleaning up.MP4 |
41.13MB |
115- Assignment Pages CRUD.MP4 |
7.03MB |
116- Assignment results Pages CRUD.MP4 |
29.42MB |
117- The public appearance.MP4 |
32.16MB |
118- Using a context for conditional code.MP4 |
35.49MB |
119- Adding a default subject behavior.MP4 |
21.16MB |
120- The public content area.MP4 |
11.47MB |
121- Protecting page visibility.MP4 |
24.26MB |
122- User authentication overview.MP4 |
5.66MB |
123- Admin CRUD.MP4 |
27.58MB |
124- Encrypting passwords.MP4 |
11.56MB |
125- Salting passwords.MP4 |
8.49MB |
126- Adding password encryption to CMS.MP4 |
35.78MB |
127- New PHP password functions.MP4 |
4.15MB |
128- Creating a login system.MP4 |
36.98MB |
129- Checking for authorization.MP4 |
17.51MB |
130- Creating a logout page.MP4 |
12.70MB |
131- Next steps.MP4 |
5.25MB |