RSS

Tag Archive | "a"

How To Connect To a MySQL Database

Saturday, November 1, 2008

0 Comments

Connecting to a MySQL database in PHP is very simple. People seem to be under the impression its very complicated. To connect to a database firstly we need to connect to MySQL using this function: mysql_connect ( ) Here is the syntax for this: mysql_connect('localhost', 'mysql_user', 'mysql_password') A slightly more advanced way of doing this is using this. It [...]

Continue reading...

How To Get A Free Domain!

Tuesday, October 21, 2008

0 Comments

In this post I’m going to show you how to get a free domain. There are quite a few free domain companys out there but in my opinon .co.cc is the best as they offer a DNS as an option instead of a frame. Click the banner below to get your domain + please wait...Rating: 0.0/10 (0 votes cast)

Continue reading...

Page Redirection Using a URL Variable - PHP

Friday, September 12, 2008

5 Comments

A note for the copy and pasters - a full source code is available at the bottom if you dont want to read it all. You wont learn anything though ;) In this tutorial I will show you how to redirect your page using a URL variable. So you will be able to do something like: http://www.yoursite.com/redirect.php?url=http://www.redirectedsite.com To  [...]

Continue reading...