PHP Tutorial: Installation and The Basics

March 19, 2009 by admin  
Filed under PHP Tutorials

jimmyrcom asked:


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

PHP Tutorial #4 - Login form (updated)

March 18, 2009 by admin  
Filed under PHP Tutorials

Grollon999 asked:


This PHP tutorial elaborates on my second PHP tutorial which covers authentication. This PHP tutorial covers a more advanced PHP script which allow/denies users access to a specific website. Visit http://www.rascal999.co.uk/ for more info, tutorials and forum!

Apologies for the belch half way through, I was unaware I uploaded that version of the tutorial ;)
Please view the video response as it helps prevent possible SQL attack on your database(s)

PHP Tutorial - 11 - Associative Arrays

March 17, 2009 by admin  
Filed under PHP Tutorials

thenewboston asked:


visit www.thenewboston.com for all my tutorials!

PHP Tutorial - 8 - Do Loop

March 16, 2009 by admin  
Filed under PHP Tutorials

thenewboston asked:


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

PHP Tutorial - 5 - if/elseif/else

March 14, 2009 by admin  
Filed under PHP Tutorials

thenewboston asked:


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

Next Page »