Posts Tagged ‘Apache’
PHP / MySQL Test Server Setup – Part 3
Mostly for my programming students.
Part 3 – This video walks you through how to test and configure the Apache web server. I don’t get into all the configuration options, just the ones that you’re most likely to use as a developer. Just the basics.
Duration : 0:9:56
PHP / MySQL Test Server Setup – Part 2
Mostly for students in my programming class.
Part 2 – This walks you through how to setup the software. nVU, Notepad++, PHP Designer are straight forward. WinLAMP has a few more options.
Duration : 0:9:53
PHP Lesson 00: Installing a web server
Using a simple peice of software XAMMP to streamline the setup process of apache+php+mysql
Duration : 0:3:27
PHP Tutorial 1 (Introduction)
PHP Tutorial Introduction and a quick o World example.
Links:
PHP.net: http://www.php.net
WAMP Server: http://www.wampserver.com/en/
Notepad++: http://notepad-plus.sourceforge.net/uk/site.htm
Duration : 0:6:36
PHP / MySQL Test Server Setup – Part 1
This video is mostly for students in my programming class.
Part 1 – Describes where to download the software we need for PHP development. The only software that is required is WinLAMP. Everything else (nVU, Notepad++, PHP Designer) is optional.
Duration : 0:9:8
Learning PHP Programming Lesson 3: Variables
We are still in the foundation of PHP learning about Variables
Duration : 0:7:59
PHP / MySQL Test Server Setup – Part 4
This video is mostly for students in my programming class.
Part 4 – This video continues to talk about the winLAMP setup. In this video, I’ll walk you through:
- How to re-map the documentroot folder
- How to use multiple documentroot folder
(the cheater / easy way)
- And finally, I’ll walk you through an entire process of creating a php program, where to save it, how to run it.
The php file will do 2 things: test if PHP is talking to the Apache web server, test the connection to the database.
Duration : 0:9:57
Learning PHP Programming Lesson 9: Escape Characters
This is a very useful lesson showing you how to use Escape characters
Duration : 0:6:58
Learning PHP Programming Lesson 11: Array adding infront and at the end
This example shows you how to add to the beginning of the array and at the end
Duration : 0:8:25
Changing Values in Array