I'm sure if you've been programming for a few years that you've come across when you need to check if something equals something than do something else a few times.
Well the best way to do this is like so.
Say for example we have a variable called $num and the value of it is 5.
(more...)
I'm writing this tutorial for someone who posted a comment on Basic Actionscript 3 Game Part 1 called sstng so if you would like to know how to do a certain thing in a language then feel free to post a comment and ask.
Timers in Actionscript 3 are really simple and easy to use and understand.
Sstng wanted to know how to create a timer that is triggered after 100 seconds.
Email is used by most people that use the internet and is good for sending activation codes and notifications to users when you have a website.
To send an email you use the mail() function and it requires 3 parameters.
RSS Feeds are widely used throughout the internet today and on all kinds of websites. From websites like Digg to most blogs. If you want to display an RSS feed on your website its probably easier than you think.
For this example I'm going to show you how to display the RSS feed for The Tutorial Blog using PHP.
