How to Create an HTML Form That Stores Data in a MySQL Database Using PHP Part 4 of 4

Posted by: admin  :  Category: PHP Code

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

Read more…

PHP Tutorial – 21 – include function

Posted by: admin  :  Category: Web Design

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

Read more…

Installing phpBB using Wampserver

Posted by: admin  :  Category: PHP Code

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

Read more…

How to Create an HTML Form That Stores Data in a MySQL Database Using PHP Part 1 of 4

Posted by: admin  :  Category: PHP Code

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

Read more…

PHP Templates

Posted by: admin  :  Category: PHP Code

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

Read more…

PHP File Upload – Part 6

Posted by: admin  :  Category: PHP Code

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

Read more…

PHP Tutorials: Register & Login: User registration (Part 1)

Posted by: admin  :  Category: PHP Code

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

Read more…

login script with jquery and php

Posted by: admin  :  Category: PHP Code

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.

Towards the end i mistyped two things. I missed the double == sign in the if statement and the I spelled result wrong.

Sorry If i went a little fast, I really don’t want to have any more part1 and 2 videos.

Duration : 0:9:56

Read more…

Website Design Theme Application Tutorial Using PHP Cookies to Change CSS Style Sheets

Posted by: admin  :  Category: Web Design

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

Read more…

Web Development : What You Need / Getting Started

Posted by: admin  :  Category: Web Development

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

Read more…