| |
Search videos for PHP |
|
|
|
|
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
Length: 653
Rating: 4.80 (363 ratings)
Tags: php tutorial learn programming free compiler jit examples example tutorials basic get started variables datatypes zend
|

Play |
|
|
PHP Tutorial #2 - Login form
This PHP tutorial shall cover a BASIC authentication script enabling authorised users access to a specific website. A more advanced and recommended script for authentication is covered in my 4th tutorial (video response). Visit http://www.rascal999.co.uk/ for more information.
Length: 354
Rating: 4.50 (87 ratings)
Tags: rascal999 php tutorial if authenticate authentication login password form variable basic
|

Play |
|
|
XAMPP - Make your Computer a Webserver: Apache, PHP, MySQL
XAMPP is a free installer that has Apache / PHP / MYsql / perl and more integrated so you won't have to configure anything yourself.
HTML / CSS Tutorial
http://youtube.com/watch?v=GwQMnpUsj8I
Basic PHP Tutorial
http://youtube.com/watch?v=afgyNp5HueQ
Free Webhosts
http://blog.jimmyr.com/List_of_Webhosting_Companies_17_2008.php
Update
DynDNS is supposed to help if you have a dynamic IP, hadn't tried it though.
sides xampp there's also wamp and this one
http://vertrigo.sourceforge.net/
%%programming
Length: 712
Rating: 4.80 (1427 ratings)
Tags: xampp tutorial installation configuration mysql php php.ini apache howto getting started beginners help
|

Play |
|
|
Hacking PHP Mail
This shows in detail how hackers inject PHP mailer scripts
Length: 1374
Rating: 3.60 (105 ratings)
Tags: Hack Hacking PHP Hacks
|

Play |
|
|
Send Emails with a Web Form - PHP Scripting in Dreamweaver!
In the following tutorial we will start with a few html files - which are available for download at http://www.tutvid.com/downloads.html - and we will build an Email Handling PHP script that sends info from your web form to your email! It is pretty easy PHP so enjoy learning and Have fun! I am using Dreamweaver CS3, but you can use pretty much any version of Dreamweaver, just follow closely and try not to make mistakes. Please enjoy and don't forget to check out the site
http://www.tutvid.com
Length: 1586
Rating: 4.80 (152 ratings)
Tags: Adobe Dreamweaver PHP Script Scripting Tutorial Training Web Page Webpage Site Website Form Make Work Handler Email Sen
|

Play |
|
|
PHP Tutorial // User Registration w/ SQL
PLEASE CHECK OUT THE SECOND VIDEO OF THIS
A quick and easy user registration using php, sql and phpmyadmin.
For full size and source codes: http://www.neoblob.com/phpsquad/tuts/php/1/
SQL:
CREATE TABLE `user` (
`id` int(10) unsigned NOT NULL auto_increment,
`username` varchar(20) NOT NULL default '',
`password` varchar(50) NOT NULL default '',
`email` varchar(40) NOT NULL default '',
`ip` varchar(20) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Length: 980
Rating: 3.80 (193 ratings)
Tags: tutorial php sql mysql phpmyadmin lgo666 computers video sexy
|

Play |
|
|
PHP Tutorial: Using Eclipse+PDT as a PHP IDE (Part 1 of 2)
PHPDeveloperBlog.com presents: How to install and use Eclipse--a free, open source platform--as a professional Integrated Development Environment (IDE) for developing PHP applications. Code coloring, intellisense, debugging, and everything else programmers expect in an IDE are available in a PHP IDE for free!
High quality, full length versions of this video can be found on our website: PHPDeveloperBlog.com
Length: 529
Rating: 4.70 (54 ratings)
Tags: PHP tutorial Eclipse IDE programming development PDT Zend beginner
|

Play |
|
|
PHP Tutorial #1 - Covering the basics
This PHP tutorial covers the echo, the if...else statement and integer variables. A more in depth written tutorial shall be available on my website soon. http://www.rascal999.co.uk/
Length: 430
Rating: 4.40 (83 ratings)
Tags: rascal999 php tutorial if else variable basic
|

Play |
|
|
PHP Tutorial #4 - Login form (updated)
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)
Length: 570
Rating: 4.30 (52 ratings)
Tags: rascal999 php tutorial if authenticate authentication login password form variable basic mysql sql
|

Play |
|
|