Posts Tagged ‘basic’

Basic programming concepts in php

Basic programming concepts in php

Duration : 0:2:37

Read the rest of this entry »

Technorati Tags: , , , , ,

PHP Tutorial – 4 – If Else Statements

Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!

Duration : 0:4:6

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , ,

PHP Tutorial – 3 – Basic Math Functions

Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!

Duration : 0:3:44

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , ,

PHP Tutorial – 2 – Basic Output and Variables

Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!

Duration : 0:7:8

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , ,

PHP Tutorial – 1 – Installing PHP

Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there!

Duration : 0:5:39

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , ,

PHP Tutorial: Installation and The Basics

To get php and apache installed use xampp.
xampp is free and contains php / apache (around 33mb)

1. Download and Install XAMPP from here:

http://www.apachefriends.org/en/xampp.html

2. on windows go to C:\xampp

it should have a folder called htdocs. If you put a file called foo.html
into the htdocs folder you should be able to access it by going to
http://localhost/foo.html or /foo.php.

There’s also something called WAMP

http://www.wampserver.com/en/

There’s a lot of php tutorials out there just search google

http://www.google.com/search?hl=enr&q=php%20tutorial

Request tutorials here

http://youtube.jimmyr.com/

More PHP TUtorials here

http://killerphp.com/

Some people have recommended other editors

http://www.scintilla.org/SciTE.html

http://www.pspad.com/

http://en.wikipedia.org/wiki/Comparison_of_text_editors

http://www.context.cx/

%%programming

Duration : 0:10:53

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , ,

PHP Basics: Advanced function

Not the trickiest example function, however this will teach you how to output a value created from within the function.

Duration : 0:7:18

Read the rest of this entry »

Technorati Tags: , , , , , , , , , , , , , , , ,