zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Lynda Introducing PHP Tutorial
magnet:?xt=urn:btih:e6baa908c33c094ddd40ada2e60e32802bc617f8&dn=Lynda Introducing PHP Tutorial
磁力链接详情
Hash值:
e6baa908c33c094ddd40ada2e60e32802bc617f8
点击数:
76
文件大小:
879.73 MB
文件数量:
76
创建日期:
2016-7-17 03:19
最后访问:
2025-2-3 23:23
访问标签:
Lynda
Introducing
PHP
Tutorial
文件列表详情
01. Introduction/01_01-Welcome.mp4 24.16 MB
01. Introduction/01_03-Using the exercise files.mp4 7.66 MB
01. Introduction/01_02-What you should know before watching this course.mp4 7.39 MB
01. Introduction/01_04-Whats new in this version of the course.mp4 3.73 MB
02. Checking Your Setup/02_02-Changing configuration settings in php.ini.mp4 13.79 MB
02. Checking Your Setup/02_01-Running phpinfo to check the PHP configuration.mp4 13.09 MB
02. Checking Your Setup/02_03-Alternative ways to change configuration settings.mp4 8.22 MB
03. PHP Basics/03_06-Joining strings.mp4 18.08 MB
03. PHP Basics/03_03-Displaying text and numbers.mp4 15.07 MB
03. PHP Basics/03_05-Whats the difference between single and double quotes.mp4 12.75 MB
03. PHP Basics/03_11-Solution Embedding PHP in HTML.mp4 11.81 MB
03. PHP Basics/03_01-PHP The big picture.mp4 10.87 MB
03. PHP Basics/03_09-Storing values in an associative array.mp4 10.83 MB
03. PHP Basics/03_04-Comments and white space.mp4 10.42 MB
03. PHP Basics/03_08-Storing multiple values in an indexed array.mp4 10.42 MB
03. PHP Basics/03_07-Using heredoc syntax to avoid problems with quotes.mp4 10.24 MB
03. PHP Basics/03_02-Choosing and naming variables.mp4 5.88 MB
03. PHP Basics/03_10-Challenge Embedding PHP in HTML.mp4 3.2 MB
04. Making Decisions with Conditional Statements/04_08-Solution Serving different content to members.mp4 23.13 MB
04. Making Decisions with Conditional Statements/04_06-Setting a default value.mp4 14.89 MB
04. Making Decisions with Conditional Statements/04_04-Making decisions with a switch statement.mp4 13.43 MB
04. Making Decisions with Conditional Statements/04_02-Making decisions with conditions and comparisons.mp4 13.42 MB
04. Making Decisions with Conditional Statements/04_07-Challenge Serving different content to members.mp4 11.19 MB
04. Making Decisions with Conditional Statements/04_05-Using the ternary operator as shorthand.mp4 8.97 MB
04. Making Decisions with Conditional Statements/04_03-Alternative syntax for conditional statements.mp4 6.9 MB
04. Making Decisions with Conditional Statements/04_01-The truth according to PHP.mp4 5.62 MB
05. Doing Calculations with PHP/05_01-Arithmetic operators.mp4 15.42 MB
05. Doing Calculations with PHP/05_03-Increasing or decreasing a number by one.mp4 7.58 MB
05. Doing Calculations with PHP/05_05-Solution Integer division.mp4 5.76 MB
05. Doing Calculations with PHP/05_02-Reassigning the result of a calculation to the same variable.mp4 4.84 MB
05. Doing Calculations with PHP/05_04-Challenge Integer division.mp4 2.28 MB
06. Using Loops for Repetitive Actions/06_06-Solution Multiplication table.mp4 14.41 MB
06. Using Loops for Repetitive Actions/06_02-Using a for loop.mp4 11.16 MB
06. Using Loops for Repetitive Actions/06_01-Repeating actions with while and dowhile loops.mp4 10.54 MB
06. Using Loops for Repetitive Actions/06_03-Looping through an array with foreach.mp4 9.69 MB
06. Using Loops for Repetitive Actions/06_04-Alternative syntax for loops.mp4 5.13 MB
06. Using Loops for Repetitive Actions/06_05-Challenge Multiplication table.mp4 4.81 MB
07. Using Functions and Objects/07_02-Understanding PHP documentation.mp4 19.54 MB
07. Using Functions and Objects/07_01-Using PHPs builtin functions.mp4 17.2 MB
07. Using Functions and Objects/07_05-Using an anonymous function as a callback.mp4 16.3 MB
07. Using Functions and Objects/07_07-Comparing the date function with the DateTime class.mp4 15.07 MB
07. Using Functions and Objects/07_03-Creating custom functions.mp4 14.05 MB
07. Using Functions and Objects/07_04-Passing arguments by value and reference to a function.mp4 11.18 MB
07. Using Functions and Objects/07_09-Solution Create a function to display copyright years.mp4 7 MB
07. Using Functions and Objects/07_06-Understanding PHP objects and classes.mp4 5.34 MB
07. Using Functions and Objects/07_08-Challenge Create a function to display copyright years.mp4 2.1 MB
08. Including External Files/08_06-Solution Use serverside includes for common features.mp4 32.45 MB
08. Including External Files/08_02-Using include and require.mp4 16.39 MB
08. Including External Files/08_04-Examining the include_path.mp4 10.34 MB
08. Including External Files/08_03-Using links in an include file.mp4 8.87 MB
08. Including External Files/08_05-Challenge Use serverside includes for common features.mp4 8.65 MB
08. Including External Files/08_01-Using serverside includes.mp4 5.78 MB
09. Handling Errors/09_07-What does undefined index, offset, or constant mean.mp4 10.8 MB
09. Handling Errors/09_02-Why is my page blank or incomplete.mp4 9.6 MB
09. Handling Errors/09_03-Tracking down common parse errors.mp4 9.26 MB
09. Handling Errors/09_06-What does headers already sent mean.mp4 8.65 MB
09. Handling Errors/09_04-Dealing with T_ENCAPSED_AND_WHITESPACE.mp4 7.52 MB
09. Handling Errors/09_05-What to do with failed to open stream.mp4 6.32 MB
09. Handling Errors/09_01-Dealing with PHP errors.mp4 2.91 MB
10. Emailing the Contents of an Online Form/10_08-Building the message body.mp4 25.39 MB
10. Emailing the Contents of an Online Form/10_03-Making sure required fields arent blank.mp4 19.01 MB
10. Emailing the Contents of an Online Form/10_07-Automating the reply address.mp4 18.81 MB
10. Emailing the Contents of an Online Form/10_05-Blocking suspect phrases.mp4 17.94 MB
10. Emailing the Contents of an Online Form/10_04-Preserving user input when a form is incomplete.mp4 17.57 MB
10. Emailing the Contents of an Online Form/10_01-Understanding the difference between POST and GET.mp4 16.14 MB
10. Emailing the Contents of an Online Form/10_09-Sending the email.mp4 13.32 MB
10. Emailing the Contents of an Online Form/10_06-Preparing to send email.mp4 11.68 MB
10. Emailing the Contents of an Online Form/10_02-Displaying error messages conditionally.mp4 10.3 MB
10. Emailing the Contents of an Online Form/10_10-Troubleshooting mail.mp4 6 MB
11. Dealing with MultipleChoice Form Fields/11_04-Handling checkbox groups.mp4 18.79 MB
11. Dealing with MultipleChoice Form Fields/11_02-Handling radio button groups.mp4 18.78 MB
11. Dealing with MultipleChoice Form Fields/11_06-Handling multiplechoice lists.mp4 18.73 MB
11. Dealing with MultipleChoice Form Fields/11_05-Handling select menus.mp4 14.47 MB
11. Dealing with MultipleChoice Form Fields/11_03-Handling single checkboxes.mp4 11.17 MB
11. Dealing with MultipleChoice Form Fields/11_01-Introduction.mp4 4.09 MB
12. Conclusion/12_01-Where next.mp4 5.46 MB
其他位置