Posted by
admin on Apr 30, 2010 in
How to Code PHP |
2 comments
In this series of video’s I take you to the next level in learning How to Code PHP. I’ve included many PHP tutorials on the most in demand PHP scripts including:
How to Code a PHP Simple Login Script
How to Code a PHP New User Registration Script
How to Code a PHP Quality Login Script
How to...
How to Code PHP Tutorial Part 1
I cover the basics in this tutorial including:
Variables
Inserting PHP Code
Printing to the Browser
What’s the Difference between Single & Double Quotes
Escaped Characters
Commenting
Strings
Working with Numbers
How to Code PHP Tutorial Part 2
I continue going...
A year back there was constant talk about the move from an Analog to Digital TV over the air broadcast.I like many others with cable didn’t care because we already had cable. But, a month ago I realized I didn’t watch much except the major networks and decided to look into buying a Tuner Analog...
After you create a website that gets a good amount of traffic you will start to attract hackers. It will happen! My high ranking sites have all been attacked and it’s almost impossible to stop, but it is quite easy to recover.
My site is hosted on Go Daddy and it is definitely not a Go Daddy related...
Posted by
admin on Apr 26, 2010 in
AJAX What Is It |
0 comments
In the last article, I explained what AJAX is and showed you how to dynamically change the text in DIV’s and SPAN’s without reloading the page. In this article I’ll show you how to place text from your server in DIV’s and SPAN’s, without reloading the page.
All About Events
Most of the time you...
Posted by
admin on Apr 25, 2010 in
AJAX What Is It |
5 comments
There is much confusion concerning Asynchronous JavaScript and XML (AJAX). First off AJAX is not a programming language. It provides a new way for you to use the languages I’ve taught you in previous tutorials:
HTML
Cascading Style Sheets
JavaScript
PHP
XML
AJAX provides you with the ability...
Posted by
admin on Apr 24, 2010 in
How to Code PHP |
6 comments
Here I’ll show you the code that will allow a new user to activate their account and how to create multiple drop down boxes that automatically update. This should be a wild ride so let’s learn How to Code PHP.
PHP Activate Account Script
Obviously, you are going to need to connect to the database and...
Posted by
admin on Apr 23, 2010 in
How to Code PHP |
8 comments
Here we continue our adventures in how to code PHP. I’m going to go through a couple scripts in this tutorial:
A login PHP script
A forgot password PHP script
If you haven’t read my previous How to Code PHP articles, you should do that or you will be completely lost. I’m also going to skip all of the...
Posted by
admin on Apr 22, 2010 in
How to Code PHP |
10 comments
Today I’m going to show you how to code a php login script and new user registration script. If none of this makes sense (read / watch) my:
Learn W3C HTML Tutorial
CSS Style HTML Tutorial
JavaScript Scripting Tutorial
MySQL SQL Statements Tutorial
How to Code PHP Tutorial
Yes, there is a lot to learn, but...
Posted by
admin on Apr 21, 2010 in
Statements SQL |
6 comments
Today I present the whole SQL Statements Tutorial Video Series. I did my best to make sure, after you watch this series of videos, you will be an expert at programming with SQL. Please leave any comments and questions below.
MySQL SQL Statements Tutorial 1
Here I explain what SQL is & show many...