diff --git a/day1/instructor_notes/PHP.md b/day1/instructor_notes/PHP.md index 8f62635..b0ae624 100644 --- a/day1/instructor_notes/PHP.md +++ b/day1/instructor_notes/PHP.md @@ -375,3 +375,15 @@ Alternative syntax: :
``` + +## Functions + +```php + +``` diff --git a/day1/instructor_notes/PHP2.md b/day1/instructor_notes/PHP2.md index e326b68..4ff7b9a 100644 --- a/day1/instructor_notes/PHP2.md +++ b/day1/instructor_notes/PHP2.md @@ -1,17 +1,5 @@ # Intermediate PHP -## Functions - -```php - -``` - ## Convenience Methods PHP has lots of global functions that will help you out: