FileMood

Download Lynda - PHP with MySQL Essential Training (updated May 20, 2015)

Lynda PHP with MySQL Essential Training updated May 20 2015

Name

Lynda - PHP with MySQL Essential Training (updated May 20, 2015)

 DOWNLOAD Copy Link

Total Size

1.7 GB

Total Files

2653

Hash

76226EF81A03CA897B1E0C5D7CA595DB6F9D324D

/00. Introduction/

01 Welcome.mp4

6.2 MB

02 Using the exercise files.mp4

4.5 MB

/01. PHP Overview/

01 What is PHP.mp4

4.9 MB

02 The history of PHP.mp4

3.7 MB

03 Why choose PHP.mp4

9.1 MB

04 Installation overview.mp4

5.2 MB

/02. Mac Installation/

01 Overview.mp4

3.3 MB

010 Text editor.mp4

8.7 MB

02 Working with Apache Web Server.mp4

10.4 MB

03 Changing the document root.mp4

11.2 MB

04 Installing to Yosemite.mp4

23.8 MB

05 Enabling PHP.mp4

10.4 MB

06 Upgrading PHP.mp4

9.9 MB

07 Configuring PHP.mp4

26.1 MB

08 Installing MySQL.mp4

12.4 MB

09 Configuring MySQL.mp4

11.2 MB

/03. Windows Installation/

01 Overview.mp4

4.5 MB

02 Installing WampServer.mp4

13.1 MB

03 Finding the document root.mp4

4.5 MB

04 Configuring PHP.mp4

19.2 MB

05 Configuring MySQL.mp4

10.1 MB

06 Text editor.mp4

10.0 MB

/04. First Steps/

01 Embedding PHP code on a page.mp4

8.8 MB

02 Outputting dynamic text.mp4

9.9 MB

03 The operational trail.mp4

3.3 MB

04 Inserting code comments.mp4

7.1 MB

/05. Exploring Data Types/

01 Variables.mp4

12.0 MB

010 NULL and empty.mp4

9.2 MB

011 Type juggling and casting.mp4

14.4 MB

012 Constants.mp4

7.8 MB

02 Strings.mp4

7.9 MB

03 String functions.mp4

15.9 MB

04 Numbers part one - Integers.mp4

12.6 MB

05 Numbers part two - Floating points.mp4

9.2 MB

06 Arrays.mp4

17.2 MB

07 Associative arrays.mp4

11.2 MB

08 Array functions.mp4

15.0 MB

09 Booleans.mp4

6.7 MB

/06. Control Stuctures - Logical Expressions/

01 If statements.mp4

10.1 MB

02 Else and elseif statements.mp4

6.4 MB

03 Logical operators.mp4

12.0 MB

04 Switch statements.mp4

17.6 MB

/07. Control Structures - Loops/

01 While loops.mp4

13.0 MB

02 For loops.mp4

9.5 MB

03 Foreach loops.mp4

12.4 MB

04 Continue.mp4

13.5 MB

05 Break.mp4

6.7 MB

06 Understanding array pointers.mp4

12.1 MB

/08. User-Defined Functions/

01 Defining functions.mp4

13.6 MB

02 Function arguments.mp4

9.4 MB

03 Returning values from a function.mp4

13.7 MB

04 Multiple return values.mp4

8.7 MB

05 Scope and global variables.mp4

10.0 MB

06 Setting default argument values.mp4

9.3 MB

/09. Debugging/

01 Common problems.mp4

4.9 MB

02 Warnings and errors.mp4

14.1 MB

03 Debugging and troubleshooting.mp4

12.9 MB

/10. Building Web Pages with PHP/

01 Links and URLs.mp4

9.9 MB

02 Using GET values.mp4

9.2 MB

03 Encoding GET values.mp4

15.4 MB

04 Encoding for HTML.mp4

16.5 MB

05 Including and requiring files.mp4

12.6 MB

06 Modifying headers.mp4

11.6 MB

07 Page redirection.mp4

11.1 MB

08 Output buffering.mp4

13.4 MB

/11. Working with Forms and Data/

01 Building forms.mp4

13.0 MB

02 Detecting form submissions.mp4

13.2 MB

03 Single-page form processing.mp4

17.6 MB

04 Validating form values.mp4

19.3 MB

05 Problems with validation logic.mp4

17.9 MB

06 Displaying validation errors.mp4

14.5 MB

07 Custom validation functions.mp4

14.4 MB

08 Single-page form with validations.mp4

18.5 MB

/12. Working with Cookies and Sessions/

01 Working with cookies.mp4

3.8 MB

02 Setting cookie values.mp4

9.8 MB

03 Reading cookie values.mp4

10.9 MB

04 Unsetting cookie values.mp4

9.1 MB

05 Working with sessions.mp4

12.7 MB

/13. MySQL Basics/

01 MySQL introduction.mp4

9.9 MB

02 Creating a database.mp4

11.5 MB

03 Creating a database table.mp4

10.7 MB

04 CRUD in MySQL.mp4

7.3 MB

05 Populating a MySQL database.mp4

12.8 MB

06 Relational database tables.mp4

9.5 MB

07 Populating the relational table.mp4

13.1 MB

/14. Using PHP to Access MySQL/

01 Database APIs in PHP.mp4

7.2 MB

02 Connecting to MySQL with PHP.mp4

13.1 MB

03 Retrieving data from MySQL.mp4

17.0 MB

04 Working with retrieved data.mp4

10.9 MB

05 Creating records with PHP.mp4

13.8 MB

06 Updating and deleting records with PHP.mp4

19.6 MB

07 SQL injection.mp4

4.1 MB

08 Escaping strings for MySQL.mp4

10.9 MB

09 Introducing prepared statements.mp4

3.7 MB

/15. Building a Content Management System (CMS)/

01 Blueprinting the application.mp4

10.7 MB

02 Building the CMS database.mp4

8.2 MB

03 Establishing your work area.mp4

7.1 MB

04 Creating and styling the first page.mp4

10.0 MB

05 Making page assets reusable.mp4

13.7 MB

06 Connecting the application to the database.mp4

21.9 MB

/16. Using Site Navigation to Choose Content/

01 Adding pages to the navigation subjects.mp4

12.9 MB

02 Refactoring the navigation.mp4

14.9 MB

03 Selecting pages from the navigation.mp4

14.1 MB

04 Highlighting the current page.mp4

11.5 MB

05 Moving the navigation to a function.mp4

23.9 MB

/17. Application CRUD/

01 Finding a subject in the database.mp4

21.5 MB

02 Refactoring the page selection.mp4

29.5 MB

03 Creating a new subject form.mp4

15.0 MB

04 Processing form values and adding subjects.mp4

28.8 MB

05 Passing data in the session.mp4

18.6 MB

06 Validating form values.mp4

26.9 MB

07 Creating an edit subject form.mp4

20.6 MB

08 Using single-page submission.mp4

26.6 MB

09 Deleting a subject.mp4

25.6 MB

10 Cleaning up.mp4

31.1 MB

11 Assignment - Pages CRUD.mp4

6.8 MB

12 Assignment results - Pages CRUD.mp4

20.3 MB

/18. Building the Public Area/

01 The public appearance.mp4

24.2 MB

02 Using a context for conditional code.mp4

28.1 MB

03 Adding a default subject behavior.mp4

16.0 MB

04 The public content area.mp4

9.9 MB

05 Protecting page visibility.mp4

18.3 MB

/19. Regulating Page Access/

01 User authentication overview.mp4

5.7 MB

02 Admin CRUD.mp4

22.3 MB

03 Encrypting passwords.mp4

10.3 MB

04 Salting passwords.mp4

8.4 MB

05 Adding password encryption to CMS.mp4

26.4 MB

06 New PHP password functions.mp4

4.4 MB

07 Creating a login system.mp4

27.3 MB

08 Checking for authorization.mp4

12.1 MB

09 Creating a logout page.mp4

10.8 MB

/Conclusion/

01 Next steps.mp4

4.0 MB

/Exercise Files/Chapter 04/04_01/

index.html

0.0 KB

my_phpinfo.php

0.0 KB

/Exercise Files/Chapter 04/04_02/

index.html

0.0 KB

my_phpinfo.php

0.0 KB

/.../04_04-final/

basic.html

0.2 KB

helloworld.php

0.5 KB

index.html

0.0 KB

my_phpinfo.php

0.0 KB

/Exercise Files/Chapter 04/04_04/

basic.html

0.2 KB

helloworld.php

0.3 KB

index.html

0.0 KB

my_phpinfo.php

0.0 KB

/Exercise Files/Chapter 05/05_01/

basic.html

0.2 KB

helloworld.php

0.5 KB

index.html

0.0 KB

my_phpinfo.php

0.0 KB

/Exercise Files/Chapter 05/05_02/sandbox/

basic.html

0.2 KB

helloworld.php

0.5 KB

my_phpinfo.php

0.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_03/sandbox/

basic.html

0.2 KB

helloworld.php

0.5 KB

my_phpinfo.php

0.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_04/sandbox/

basic.html

0.2 KB

helloworld.php

0.5 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_05/sandbox/

basic.html

0.2 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_06/sandbox/

basic.html

0.2 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_07/sandbox/

arrays.php

0.7 KB

basic.html

0.2 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_08/sandbox/

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_09/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_10/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_11/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

variables.php

0.3 KB

/.../05_12-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 05/05_12/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 06/06_01/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 06/06_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.7 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 06/06_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/.../06_04-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 06/06_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 07/07_01/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

/Exercise Files/Chapter 07/07_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 07/07_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

forloops.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 07/07_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 07/07_05/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../07_06-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 07/07_06/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 08/08_01/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 08/08_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_defining.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 08/08_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defining.php

0.6 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 08/08_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defining.php

0.6 KB

functions_returnvalues.php

1.3 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 08/08_05/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../08_06-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 08/08_06/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../09_03-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 09/09_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_01/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.3 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

second_page.php

0.2 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.3 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

second_page.php

0.3 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_05/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_06/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 10/10_07/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../10_08-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.8 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.9 KB

debugging.php

0.7 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.3 KB

forloops.php

0.7 KB

functions_arguments.php

0.7 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.7 KB

functions_multiplereturns.php

0.7 KB

functions_returnvalues.php

1.4 KB

functions_scope.php

0.6 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

1.0 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.1 KB

logical.php

0.9 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.7 KB

pointers.php

1.3 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.1 KB

strings.php

0.5 KB

switch.php

1.7 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.4 KB

whileloops.php

0.8 KB

/Exercise Files/Chapter 10/10_08/sandbox/

array_functions.php

0.9 KB

arrays.php

0.8 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.9 KB

debugging.php

0.7 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.3 KB

forloops.php

0.7 KB

functions_arguments.php

0.7 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.7 KB

functions_multiplereturns.php

0.7 KB

functions_returnvalues.php

1.4 KB

functions_scope.php

0.6 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

1.0 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.1 KB

logical.php

0.9 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.7 KB

pointers.php

1.3 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.1 KB

strings.php

0.5 KB

switch.php

1.7 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.4 KB

whileloops.php

0.8 KB

/Exercise Files/Chapter 11/11_01/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

0.4 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.1 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_05/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validations.php

1.4 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_06/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_07/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

2.0 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../11_08-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

2.0 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 11/11_08/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

2.0 KB

validation_functions.php

0.8 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 12/12_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

2.0 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 12/12_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.4 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 12/12_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.5 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../12_05-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 12/12_05/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 13/13_03/

13_03_widget_corp.sql

0.0 KB

/Exercise Files/Chapter 13/13_05/

13_05_widget_corp.sql

0.3 KB

/Exercise Files/Chapter 13/13_06/

13_06_widget_corp.sql

0.4 KB

/.../13_07-final/

13_07f_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 13/13_07/

13_07_widget_corp.sql

0.9 KB

/Exercise Files/Chapter 14/14_02/

14_02_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 14/14_02/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 14/14_03/

14_03_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 14/14_03/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

0.7 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 14/14_04/

14_04_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 14/14_04/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

1.2 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 14/14_05/

14_05_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 14/14_05/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

1.3 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 14/14_06/

14_06_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 14/14_06/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

1.3 KB

databases_insert.php

1.3 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../14_08-final/

14_09_widget_corp.sql

1.4 KB

/.../14_08-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

1.3 KB

databases_delete.php

1.2 KB

databases_insert.php

1.4 KB

databases_update.php

1.3 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 14/14_08/

14_08_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 14/14_08/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

1.3 KB

databases_delete.php

1.2 KB

databases_insert.php

1.3 KB

databases_update.php

1.3 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/.../14_09-final/

14_09_widget_corp.sql

1.4 KB

/.../14_09-final/sandbox/

array_functions.php

0.9 KB

arrays.php

0.7 KB

assoc_arrays.php

0.7 KB

basic.html

0.2 KB

booleans.php

0.5 KB

break.php

0.6 KB

constants.php

0.5 KB

continue.php

0.8 KB

cookies.php

0.8 KB

databases.php

1.3 KB

databases_delete.php

1.2 KB

databases_insert.php

1.4 KB

databases_update.php

1.3 KB

debugging.php

0.6 KB

false_positives.php

1.5 KB

first_page.php

0.4 KB

floats.php

1.0 KB

foreachloops.php

1.2 KB

forloops.php

0.6 KB

form.php

0.5 KB

form_processing.php

1.0 KB

form_single.php

0.9 KB

form_with_validation.php

1.5 KB

functions_arguments.php

0.6 KB

functions_defaults.php

0.5 KB

functions_defining.php

0.6 KB

functions_multiplereturns.php

0.6 KB

functions_returnvalues.php

1.3 KB

functions_scope.php

0.5 KB

headers.php

0.5 KB

helloworld.php

0.5 KB

htmlencoding.php

0.9 KB

included_functions.php

0.2 KB

included_header.php

0.2 KB

includes.php

0.2 KB

integers.php

1.0 KB

logical.php

0.8 KB

my_phpinfo.php

0.0 KB

null.php

0.8 KB

operators.php

0.6 KB

pointers.php

1.2 KB

redirect.php

0.5 KB

second_page.php

0.4 KB

sessions.php

0.5 KB

string_functions.php

1.0 KB

strings.php

0.5 KB

switch.php

1.5 KB

type_casting.php

1.0 KB

urlencode.php

0.5 KB

validation_errors.php

0.5 KB

validation_functions.php

1.1 KB

validations.php

1.5 KB

variables.php

0.3 KB

whileloops.php

0.7 KB

/Exercise Files/Chapter 15/15_02/

15_02_widget_corp.sql

1.4 KB

/Exercise Files/Chapter 15/15_03/

15_03_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 15/15_04/

15_04_widget_corp.sql

1.7 KB

public.css

1.4 KB

/Exercise Files/Chapter 15/15_04/widget_corp/public/

admin.php

0.2 KB

index.php

0.2 KB

manage_content.php

0.2 KB

/Exercise Files/Chapter 15/15_05/

15_05_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 15/15_05/widget_corp/public/

admin.php

0.8 KB

index.php

0.2 KB

manage_content.php

0.2 KB

/Exercise Files/Chapter 15/15_05/widget_corp/public/stylesheets/

public.css

1.4 KB

/.../15_06-final/

15_06_widget_corp.sql

1.7 KB

/.../15_06-final/widget_corp/includes/

db_connection.php

0.4 KB

functions.php

0.1 KB

/.../15_06-final/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/.../15_06-final/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.9 KB

/.../15_06-final/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 15/15_06/

15_06_widget_corp.sql

1.7 KB

databases.php

1.3 KB

/Exercise Files/Chapter 15/15_06/widget_corp/includes/

functions.php

0.0 KB

/Exercise Files/Chapter 15/15_06/widget_corp/includes/layouts/

footer.php

0.1 KB

header.php

0.3 KB

/Exercise Files/Chapter 15/15_06/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.3 KB

/Exercise Files/Chapter 15/15_06/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 16/16_01/

16_01_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 16/16_01/widget_corp/includes/

db_connection.php

0.4 KB

functions.php

0.1 KB

/Exercise Files/Chapter 16/16_01/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 16/16_01/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.9 KB

/Exercise Files/Chapter 16/16_01/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 16/16_02/

16_02_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 16/16_02/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

0.1 KB

/Exercise Files/Chapter 16/16_02/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 16/16_02/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

1.3 KB

/Exercise Files/Chapter 16/16_02/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 16/16_03/

16_03_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 16/16_03/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

0.8 KB

/Exercise Files/Chapter 16/16_03/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 16/16_03/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.9 KB

/Exercise Files/Chapter 16/16_03/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 16/16_04/

16_04_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 16/16_04/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

0.8 KB

/Exercise Files/Chapter 16/16_04/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 16/16_04/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

1.4 KB

/Exercise Files/Chapter 16/16_04/widget_corp/public/stylesheets/

public.css

1.4 KB

/.../16_05-final/

16_05_widget_corp.sql

1.8 KB

/.../16_05-final/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

2.0 KB

/.../16_05-final/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/.../16_05-final/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.8 KB

/.../16_05-final/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 16/16_05/

16_05_widget_corp.sql

1.8 KB

/Exercise Files/Chapter 16/16_05/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

0.8 KB

/Exercise Files/Chapter 16/16_05/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 16/16_05/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

1.7 KB

/Exercise Files/Chapter 16/16_05/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 17/17_01/

17_01_widget_corp.sql

1.8 KB

/Exercise Files/Chapter 17/17_01/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

2.0 KB

/Exercise Files/Chapter 17/17_01/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_01/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.8 KB

/Exercise Files/Chapter 17/17_01/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 17/17_02/

17_02_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_02/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

2.9 KB

/Exercise Files/Chapter 17/17_02/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_02/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

1.1 KB

/Exercise Files/Chapter 17/17_02/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 17/17_03/

17_03_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_03/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

3.4 KB

/Exercise Files/Chapter 17/17_03/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_03/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.7 KB

/Exercise Files/Chapter 17/17_03/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 17/17_04/

17_04_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_04/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

3.4 KB

/Exercise Files/Chapter 17/17_04/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_04/widget_corp/public/

admin.php

0.5 KB

index.php

0.2 KB

manage_content.php

0.8 KB

new_subject.php

1.1 KB

/Exercise Files/Chapter 17/17_04/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 17/17_05/

17_05_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_05/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

3.6 KB

/Exercise Files/Chapter 17/17_05/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_05/widget_corp/public/

admin.php

0.5 KB

create_subject.php

0.9 KB

index.php

0.2 KB

manage_content.php

0.8 KB

new_subject.php

1.1 KB

/Exercise Files/Chapter 17/17_05/widget_corp/public/stylesheets/

public.css

1.4 KB

/Exercise Files/Chapter 17/17_06/

17_06_widget_corp.sql

1.8 KB

validation_functions.php

1.1 KB

/Exercise Files/Chapter 17/17_06/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

3.6 KB

session.php

0.3 KB

/Exercise Files/Chapter 17/17_06/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_06/widget_corp/public/

admin.php

0.5 KB

create_subject.php

0.9 KB

index.php

0.2 KB

manage_content.php

0.9 KB

new_subject.php

1.2 KB

/Exercise Files/Chapter 17/17_06/widget_corp/public/stylesheets/

public.css

1.5 KB

/Exercise Files/Chapter 17/17_07/

17_07_widget_corp.sql

1.8 KB

/Exercise Files/Chapter 17/17_07/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 17/17_07/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_07/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

index.php

0.2 KB

manage_content.php

0.9 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 17/17_07/widget_corp/public/stylesheets/

public.css

1.5 KB

/Exercise Files/Chapter 17/17_08/

17_08_widget_corp.sql

1.8 KB

/Exercise Files/Chapter 17/17_08/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 17/17_08/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_08/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

edit_subject.php

1.8 KB

index.php

0.2 KB

manage_content.php

0.9 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 17/17_08/widget_corp/public/stylesheets/

public.css

1.5 KB

/Exercise Files/Chapter 17/17_09/

17_09_widget_corp.sql

1.8 KB

/Exercise Files/Chapter 17/17_09/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 17/17_09/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_09/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

edit_subject.php

3.0 KB

index.php

0.2 KB

manage_content.php

0.9 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 17/17_09/widget_corp/public/stylesheets/

public.css

1.5 KB

/Exercise Files/Chapter 17/17_10/

17_10_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_10/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 17/17_10/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_10/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

delete_subject.php

1.0 KB

edit_subject.php

3.2 KB

index.php

0.2 KB

manage_content.php

0.9 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 17/17_10/widget_corp/public/stylesheets/

public.css

1.5 KB

/Exercise Files/Chapter 17/17_11/

17_11_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_11/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 17/17_11/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_11/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

delete_subject.php

1.0 KB

edit_subject.php

3.3 KB

index.php

0.2 KB

manage_content.php

1.5 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 17/17_11/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 17/17_12/

17_12_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 17/17_12/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 17/17_12/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 17/17_12/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.0 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.2 KB

manage_content.php

2.2 KB

new_page.php

3.1 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 17/17_12/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 18/18_01/

18_01_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 18/18_01/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

4.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 18/18_01/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 18/18_01/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.0 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.2 KB

manage_content.php

2.2 KB

new_page.php

3.1 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 18/18_01/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 18/18_02/

18_02_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 18/18_02/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

5.4 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 18/18_02/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.3 KB

/Exercise Files/Chapter 18/18_02/widget_corp/public/

admin.php

0.5 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.0 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.8 KB

manage_content.php

2.2 KB

new_page.php

3.1 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 18/18_02/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 18/18_03/

18_03_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 18/18_03/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

5.4 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 18/18_03/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 18/18_03/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.0 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.8 KB

manage_content.php

2.2 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 18/18_03/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 18/18_04/

18_04_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 18/18_04/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

5.8 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 18/18_04/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 18/18_04/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.0 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

manage_content.php

2.2 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 18/18_04/widget_corp/public/stylesheets/

public.css

1.7 KB

/.../18_05-final/

18_05_widget_corp.sql

1.7 KB

/.../18_05-final/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

6.0 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/.../18_05-final/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/.../18_05-final/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

manage_content.php

2.2 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/.../18_05-final/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 18/18_05/

18_05_widget_corp.sql

1.7 KB

/Exercise Files/Chapter 18/18_05/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

5.8 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 18/18_05/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 18/18_05/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_page.php

0.8 KB

delete_subject.php

1.0 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

manage_content.php

2.2 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 18/18_05/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 19/19_02/

19_02_widget_corp.sql

1.6 KB

/.../widget_corp-solution/includes/

db_connection.php

0.5 KB

functions.php

7.2 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/.../widget_corp-solution/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/.../widget_corp-solution/public/

admin.php

0.6 KB

create_subject.php

1.4 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.7 KB

edit_subject.php

3.5 KB

index.php

0.7 KB

manage_admins.php

1.1 KB

manage_content.php

2.4 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.4 KB

/.../widget_corp-solution/public/stylesheets/

public.css

1.8 KB

/Exercise Files/Chapter 19/19_02/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

6.5 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 19/19_02/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 19/19_02/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.4 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_page.php

3.7 KB

edit_subject.php

3.5 KB

index.php

0.7 KB

manage_content.php

2.4 KB

new_page.php

3.2 KB

new_subject.php

1.4 KB

/Exercise Files/Chapter 19/19_02/widget_corp/public/stylesheets/

public.css

1.8 KB

/Exercise Files/Chapter 19/19_05/

19_05_widget_corp.sql

1.8 KB

/Exercise Files/Chapter 19/19_05/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

6.6 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 19/19_05/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 19/19_05/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

manage_admins.php

1.1 KB

manage_content.php

2.2 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 19/19_05/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 19/19_06/

19_06_widget_corp.sql

1.9 KB

/Exercise Files/Chapter 19/19_06/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

7.8 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 19/19_06/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 19/19_06/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

manage_admins.php

1.1 KB

manage_content.php

2.2 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 19/19_06/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 19/19_07/

19_07_widget_corp.sql

2.0 KB

/Exercise Files/Chapter 19/19_07/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

7.8 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 19/19_07/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 19/19_07/widget_corp/public/

admin.php

0.6 KB

create_subject.php

1.3 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

manage_admins.php

1.1 KB

manage_content.php

2.2 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 19/19_07/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 19/19_08/

19_08_widget_corp.sql

2.0 KB

/Exercise Files/Chapter 19/19_08/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

8.6 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 19/19_08/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 19/19_08/widget_corp/public/

admin.php

0.7 KB

create_subject.php

1.3 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.7 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

login.php

1.6 KB

manage_admins.php

1.1 KB

manage_content.php

2.2 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.3 KB

/Exercise Files/Chapter 19/19_08/widget_corp/public/stylesheets/

public.css

1.7 KB

/.../19_09-final/

19_09_widget_corp.sql

1.9 KB

/.../19_09-final/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

8.8 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/.../19_09-final/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/.../19_09-final/widget_corp/public/

admin.php

0.7 KB

create_subject.php

1.4 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.8 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

login.php

1.6 KB

logout.php

0.5 KB

manage_admins.php

1.2 KB

manage_content.php

2.3 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.4 KB

/.../19_09-final/widget_corp/public/stylesheets/

public.css

1.7 KB

/Exercise Files/Chapter 19/19_09/

19_09_widget_corp.sql

1.9 KB

/Exercise Files/Chapter 19/19_09/widget_corp/includes/

db_connection.php

0.5 KB

functions.php

8.8 KB

session.php

0.5 KB

validation_functions.php

1.2 KB

/Exercise Files/Chapter 19/19_09/widget_corp/includes/layouts/

footer.php

0.2 KB

header.php

0.5 KB

/Exercise Files/Chapter 19/19_09/widget_corp/public/

admin.php

0.7 KB

create_subject.php

1.4 KB

delete_admin.php

0.8 KB

delete_page.php

0.8 KB

delete_subject.php

1.1 KB

edit_admin.php

2.3 KB

edit_page.php

3.8 KB

edit_subject.php

3.3 KB

index.php

0.7 KB

login.php

1.6 KB

manage_admins.php

1.2 KB

manage_content.php

2.3 KB

new_admin.php

1.9 KB

new_page.php

3.2 KB

new_subject.php

1.4 KB

/Exercise Files/Chapter 19/19_09/widget_corp/public/stylesheets/

public.css

1.7 KB

 

Total files 2653


Copyright © 2024 FileMood.com