browse by tag: beginner tutorials
sort by
PHP Basics 5
in PHP added by goodphptutorials, on 12/4/2006 beginner tutorials
Learn how to write your own Functions with or without Arguments, and have an Understanding of Scope, and learn ways to Get Around it.
comment save reportPHP Basics 4
in PHP added by goodphptutorials, on 9/4/2006 beginner tutorials
Learn about Assignment Operators and the Simplified Use of them.
comment save reportPHP Basics 3
in PHP added by goodphptutorials, on 7/4/2006 beginner tutorials
Learn about If, Else If, and Else Statements, Comparison Operators, and Logical Operators.
comment save reportPHP Basics 2
in PHP added by goodphptutorials, on 5/4/2006 beginner tutorials
Learn about Data Types, Casting, Constants, Math Operators, & Math Functions.
comment save reportPHP Basics 1
in PHP added by goodphptutorials, on 4/4/2006 beginner tutorials
Learn how to Output, Assign and Use Variables, Comment Your Code, and the Use of Special Characters.
comment save reportIntroduction to PHP & MySQL
in PHP added by goodphptutorials, on 25/3/2006 beginner tutorials
What is PHP and MySQL and is it for me?
comment save reportSimplified URL Navigation System
in PHP added by goodphptutorials, on 21/3/2006 beginner tutorials
Make a cool Navigation System with cool URL's like: www.yourdomain.com/?aboutme
comment save reportBeginner Debugging: For Your Eyes Only
in PHP added by goodphptutorials, on 10/3/2006 beginner tutorials debugging
When debugging a site that's live, viewing the progression of your script can save quite a bit of time, resulting in considerably less complaints.
comment save report10 Tips That Every PHP Newbie Should Know
in PHP added by goodphptutorials, on 8/3/2006 beginner tutorials tips tricks
I wish I had known these 10 tips the day I started working with PHP. Instead of learning them through painstaking process, I could have been on my way to becoming a PHP programmer even sooner! This article is presented in two parts and is intended for folks who are new to PHP.
comment save reportConsuming RSS feeds with PHP
in PHP added by goodphptutorials, on 6/3/2006 beginner tutorials
Learn how to parse RSS feeds in PHP using the built in event-driven parser.
comment save reportSend Emails Using PHP (Basic)
in PHP added by goodphptutorials, on 13/2/2006 beginner tutorials
This is a basic tutorial of sending emails with PHP.It's a basic overview of the mail() function.
comment save reportCreating a Custom RSS Feed using PHP and MySQL
in PHP added by goodphptutorials, on 26/1/2006 beginner tutorials
This tutorials give a great intro to RSS feeds and demonstrates in full how to create your own feed from scratch using PHP and MySQL
comment save reportError Handling: Stepping beyond True/False Results
in PHP added by goodphptutorials, on 12/1/2006 beginner tutorials error error handling exceptions warning
Proper error handling is a struggle for most software engineers, myself included. There is no fun in error handling, no logic puzzles to solve. Most of us don?t add any kind of error handling to our code until we run into a problem.
comment save reportPHP Cheat Sheet
in PHP added by goodphptutorials, on 6/1/2006 beginner tutorials cheat sheet php reference
The PHP cheat sheet is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier.
comment save reportSwitching to PHP: What's the Language Difference?
in PHP added by goodphptutorials, on 2/1/2006 JavaScript asp beginner tutorials language perl vb
This article is intended for readers getting started with PHP, but who are already familiar with another Web based language. Those of you with a Perl, Javascript, or VB/ASP background will find this article the most informative.
comment save reportTop 21 PHP Programming Mistakes - Part 3: Seven Deadly Mistakes
in PHP added by goodphptutorials, on 19/12/2005 beginner tutorials error error handling mistakes programming
In this three part article series, a list of 21 PHP programming mistakes are presented, ranging in severity from non-critical down to those that can break the farm. Solutions, suggestions and/or comments on how to solve and prevent these errors are then offered.
comment save reportTop 21 PHP Programming Mistakes - Part 2: Seven Serious Mistakes
in PHP added by goodphptutorials, on 19/12/2005 beginner tutorials error error handling mistakes programming
In this three part article series, a list of 21 PHP programming mistakes are presented, ranging in severity from non-critical down to those that can break the farm. Solutions, suggestions and/or comments on how to solve and prevent these errors are then offered.
comment save reportTop 21 PHP progamming mistakes - Part I: Seven Textbook Mistakes
in PHP added by goodphptutorials, on 19/12/2005 beginner tutorials error error handling mistakes practise programming
In this three part article series, a list of 21 PHP programming mistakes are presented, ranging in severity from non-critical down to those that can break the farm. Solutions, suggestions and/or comments on how to solve and prevent these errors are then offered.
comment save reportPHP Tutorial
in PHP added by goodphptutorials, on 8/12/2005 beginner tutorials
Scripting languages are becomming easier to learn and PHP is one of the easiest and most powerful yet
comment save reportIntroduction to Including Files in PHP
in PHP added by goodphptutorials, on 5/12/2005 basic beginner beginner tutorials include include files
This tutorial is not written to read or write to other files. It is simply written to show new users how to include files properly
comment save reportOpen Source licensing for PHP scripts
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials gnu license open source php
You've managed to write your first "useful" PHP script, and want to make it open source, let the world enjoy your work.
comment save reportFunctions and Variable Scope
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials functions methods variable scope variables
A function is a declared piece of code that has code as members of it.
comment save reportAn Introduction to Variables
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials introduction var variables
Think of a variable as one piece of data stored in memory, which can be called and changed or used later
comment save reportAn Introduction to Arrays
in PHP added by goodphptutorials, on 2/12/2005 arrays beginner tutorials
Arrays can most easilly be described as an ordered list. An array is a list of scalar data
comment save reportIntroduction to regular expressions (#1): General Mechanics
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials regex regular expressions
Regular expressions were created by an American mathematician named Stephen Kleene
comment save report