User: jimmyrcom |
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 Tags: php tutorial learn programming free compiler jit examples example tutorials basic get started variables datatypes zend |
User: Grollon999 |
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. Tags: rascal999 php tutorial if authenticate authentication login password form variable basic |
User: jimmyrcom |
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 Tags: xampp tutorial installation configuration mysql php php.ini apache howto getting started beginners help |
User: tutvid |
Send Emails with a Web Form: PHP Scripting Check this video out at Hi-Res here: http://www.tutvid.com/tutorials/dreamweaver/tutorials/phpFormHandler.php Files are Located here: http://www.tutvid.com/resources/projectFiles/ In the following tutorial we will start with a few html files 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 Tags: Adobe Dreamweaver PHP Script Scripting Tutorial Training Web Page Webpage Site Website Form Make Work Handler Email Sen |
User: lifeg0eson666 |
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 ; Tags: tutorial php sql mysql phpmyadmin lgo666 computers video sexy |
User: phpdeveloperblog |
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 Tags: PHP tutorial Eclipse IDE programming development PDT Zend beginner |
User: GoogleDevelopers |
Getting Started with the Google Data PHP Client Library Trevor Johns goes over how to get started with the Google Data PHP Client - from installation to general architecture to brief demo with the Blogger API. Getting Started Guide: http://code.google.com/apis/gdata/articles/php_client_lib.html Zend Framework Manual: http://framework.zend.com/manual Zend Framework API Docs: http://framework.zend.com/apidoc/core Tags: screencast php client library gdata tutorial google data demo |
User: Grollon999 |
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) Tags: rascal999 php tutorial if authenticate authentication login password form variable basic mysql sql |
User: lifeg0eson666 |
PHP Review // Syntax Covering the basics of PHP Syntax HD: http://phpsquad.net Tags: php syntax review tutorial phpsquad lifeg0eson666 marcus recck |
User: gorilla3d |
PHP Lesson 10: MySQL User Login - Part 1 Professional Database Development http://www.comentum.com/website-development.html code @ http://www.gorilla3d.com/v2/Tutorial_php_mysql_user_login UPDATE: ------------------------------- How do you create the database for this tutorial? Php 09: phpMyAdmin http://www.youtube.com/watch?v=1xZJPuj2rJk Sorry for the confusion Tags: php form input coding web development programming get post security mysql database login logout |
User: thenewboston |
PHP Tutorial - 23 - Adding Tables to MySQL Database http://www.youtube.com/watch?v=ylKflDNWRLQ&fmt=18 click that link if u wanna watch this video in high def! subscribe to my channel! Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer phpmyadmin database tables boston http://thenewboston.com |
User: lifeg0eson666 |
PHP Forum // View Topic 10th installment on our PHP forum tutorial. Viewing the topic with some newly created functions. http://phpsquad.net :: HD VIDEO AVAILABLE Tags: php forum tutorial view topic phpsquad video lifeg0eson666 marcus recck |
User: thenewboston |
PHP Tutorial - 21 - include function Subscribe to my Channel if you like my tutorials! Go to my website http://thenewboston.com/ if you need any help or have any questions. I will answer them all there! Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer.. |
User: marioraja |
Curso de PHP 05 - Repaso de 01 a 04 Hola, aquí os dejo un repaso de todo lo que llevamos visto en PHP. Es muy bueno repasar para asimilar correctamente todos los conceptos nuevos... variables, concatenación, cadena de texto, sentencias... Tags: php webmaster clases programacion html web tutorial manual concatenacion variables pagina |
User: marioraja |
Curso de PHP 06 - Manejo fundamental de matrices Explico el concepto de matriz o array, a como asignar el array a una variable y como acceder a sus elementos por medio del índice de la matriz. Tags: php webmaster clases programacion html web tutorial manual concatenacion variables pagina indice matrices |
User: lifeg0eson666 |
PHP Forum // Edit Replies http://darkztar.com/forum/index.php?referrerid=6795 The 13th installment in our PHP forum tutorial that covers editing replies. HD: http://phpsquad.net Tags: php forum tutorial edit reply phpsquad video lifeg0eson666 marcus recck |
User: lifeg0eson666 |
PHP Forum // View Replies + Pagination The 12th installment on our PHP Forum tutorial goes over viewing the replies using pagination. HD: http://phpsquad.net The sound skips on the audio because it is not completely loaded. Tags: php forum tutorial view replies pagination phpsquad video lifeg0eson666 marcus recck |
User: thenewboston |
PHP Tutorial - 5 - if/elseif/else Go to http://thenewboston.com/ if you need any help or have any questions. I will answer them all there! Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer |
User: videotutoriales |
instalar apache MySQL y PHP en windows videotutorial de instalar apache MySQL y PHP en windows por videotutoriales.es Tags: tutorial apache mysql php dreamweaver cs3 curso ejemplo ejercicio videotutorial |
User: thenewboston |
PHP Tutorial - 22 - Creating a MySQL Database wanna watch this video in high def? http://www.youtube.com/watch?v=GsRS-Dwaf-g&fmt=18 click the link above for high def video! please subscribe to get all my latest vids! http://thenewboston.com Tags: php tutorials tutorial mysql how to howto learn basic 101 advanced programming computer phpmyadmin database tables boston |
User: marioraja |
Curso de PHP 09 - Matrices o arrays multidimensionales es hora de hablar de arrays o matrices multidimensionales, que nos permitirán asignar a nuestras variables php estructuras de datos complejos. Tags: php webmaster clases programacion html web tutorial manual array multidimensionales pagina variables |
User: lifeg0eson666 |
PHP Forum // Main Forum Layout We create the structured layout of the main forum page, and some little Javascript test. HD: http://phpsquad.net/vids/forum/part6 Tags: php sql html css tutorial forum marcus recck lifeg0eson666 phpsquad |
User: tatpe |
Formulario de contacto en Flash y PHP http://www.videotutoriales.us Formulario de contacto en Flash y PHP para copiar los codigos que se usan en el video, ActionScript y PHP los pueden encontrar en nuestra web. http://www.videotutoriales.us Tags: Formulario contacto flash php tutorial videotutorial video |
User: phpdeveloperblog |
PHP Tutorial: Using Eclipse+PDT as a PHP IDE (Part 2 of 2) PHPDeveloperBlog.com presents: (Part 2 of 2) 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 Tags: PHP tutorial Eclipse IDE programming development PDT Zend beginner |
User: gorilla3d |
Html/Php Contact Form - Part 1 Create a form so people can send you emails via html form Source Code: http://gorilla3d.com/v4/files/contactus.zip HD Video: http://gorilla3d.com/v4/videos/php_contact_form_p1.mov Tags: php development html form contact |