How to Create an HTML Form That Stores Data in a MySQL Database Using PHP Part 4 of 4
From John Morris at http://www.howtomakemywebsite.com. Learn how to create a PHP form that will store data in a MySQL database. In this 4-part series, you’ll learn the exact PHP code you need to connect to, access, and store data in a MySQL database using a simple HTML form. Part 4 of 4
Duration : 0:9:59
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!
Duration : 0:4:14
Installing phpBB using Wampserver
How to install phpbb 3.0.1 using the Wampserver software package.
http://www.wampserver.com/
http://www.phpbb.com
Copyright 2008 buildgreennow1112
Duration : 0:9:40
How to Create an HTML Form That Stores Data in a MySQL Database Using PHP Part 1 of 4
From John Morris at http://www.howtomakemywebsite.com. Learn how to create a PHP form that will store data in a MySQL database. In this 4-part series, you’ll learn the exact PHP code you need to connect to, access, and store data in a MySQL database using a simple HTML form. Part 1 of 4
Duration : 0:10:0
PHP Templates
Kevin Yank demonstrates how to split your code into separate files to keep your PHP code separate from your HTML code. For more information, visit http://www.sitepoint.com/courses/php-live/.
Duration : 0:8:51
PHP File Upload – Part 6
In this video tutorial I show you how to make a file upload script using php code and a html form.
Download Source Code: http://www.nickfrosty.com/downloads/2/File-Upload-Old-Source
New Source Code: http://www.nickfrosty.com/downloads/3/File-Upload-New-Source
Duration : 0:10:11
PHP Tutorials: Register & Login: User registration (Part 1)
Part of the ‘Register & Login’ Project from PHP Academy. This tutorials walks you through registering a user to allow them to log in to your site.
Duration : 0:8:16
Website Design Theme Application Tutorial Using PHP Cookies to Change CSS Style Sheets
Source: http://www.developphp.com/view.php?tid=1037
Learn how to allow visitors to change the themes of your website using CSS Style Sheets and PHP Cookies.
It uses PHP Cookies and well structured CSS style folders and style sheets to allow any visitors to theme your website according to layouts you have made.
If your style sheet is set up smart your buttons, background, backgrounds for tables and divs, size of things, placement of things, and everything can be changed by altering each theme’s style sheet.
Using PHP cookies we can store their theme choice in a cookie file inside their browser software so even when they close their browser down, the next time they come back their theme is in place as long as the cookie is set to last. If the user deletes all cookies from within their browser options, the theme will revert back to your original site theme.
Duration : 0:12:57
Web Development : What You Need / Getting Started
This is the first in a series of tutorials for web development.
Hello you! Are you interested in web development? Do you have absolutely NO knowledge, of HTML, PHP, CSS, Javascript, etc? That is absolutely FINE! This is where you start, this will help you out! You will learn everything you need to know about web development, RIGHT HERE!
What you need!
* http://www.apachefriends.org (Or anything similar, LAMP, WAMP, etc)
* http://notepad-plus.sourceforge.net (NOT Required, But Very Helpful For Syntax Highlighting)
Please send comments and questions to dustin.daigle@live.com or dustinadaigle@gmail.com
Check out my new site!
http://www.theprogrammingschool.com/
Duration : 0:7:15
This video shows you how to make a login script work with a database. We use javascript, jquery, php and mysql for this. You should really watch the ajax videos to get a basis for this. Also you need to have a server to run this, watch the first video on development environment to learn how to do that.