| |
Search videos for php |
|
|
|
|
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 (1432 ratings)
Tags: xampp tutorial installation configuration mysql php php.ini apache howto getting started beginners help
|

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 (153 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 #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 |
|
|
PHP & MySQL Web Development - Part 1
Web Design experts, Luke Welling and Laura Thomson discuss key concepts and techniques contained in thier forthcoming 4th edition of PHP & MYSQL Web Development book coming in Feb '08. http://www.informit.com/store/product.aspx?isbn=0672329166
Part 2 of this, and many more interviews can be found FREE at the OnOpenSource Vidcast site:http://www.informit.com/podcasts/channel.aspx?c=1977eb71-4a34-42dd-a7d0-7952a08c527e
www.InformIT.com/podcasts
PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this book has been thoroughly updated to reflect the rapidly changing landscape of MySQL and PHP. The fourth edition of PHP and MySQL Web Development includes updated examples and coverage of recent versions of PHP 5.1, new coverage of PHP security and Web 2.0 social networks, and advance information on the features of the forthcoming PHP 6, including Unicode and new object-oriented functionality.
Luke Welling and Laura Thomson are co-founders of Tangled Web Design, and recently won the CCH Emerging Technology award for a site they built using PHP.
Length: 634
Rating: 4.40 (14 ratings)
Tags: PHP & MySQL Web Development OnOpenSource Podcast Open Source
|

Play |
|
|
Zend Framework Google data PHP Client Update
A new PHP client has been updated for the Zend Framework, and the team discusses the release and shows examples at work.
Length: 1066
Rating: 4.70 (7 ratings)
Tags: google gdata zendframework php client
|

Play |
|
|