oh just another note...
on your forum look at the tabbed buttons... one of them is just in plain and simple text whilst the others are bigger and more bold.
nice header :)
Maybe try to seperate the left and right columns from the center column more. It does look a bit cluttered as you scroll down the page.
Apart form that good work
Database username, username and password are used to connect to the servers database. So first of all you actually need a database to connect to.
If you have cPanel log into it and then go to MySQL databases. From there you can make a new database …
Here I go again... but Im in college atm ;)
1. Empty coke bottle
2. Load of paper and sheets
3. Usb drive
4. 21 pc's with monitors :)
5. Friends energy drink
And thats it
Yeah probably the most common installation problem is the database connection details.
The host should be set as "localhost" without the quotes and also the username, password and database name need to be exact.
Thats probably why i like ff so much is because I can have a bunch of sites open within the same window... but then thats probably the same reason as most others
^ I wouldnt really say that IE is for the less experienced user but is more for the type of person who doesnt need anything different or simply doesnt want to try.
For example if someone bought a Windows system and on it was just IE then they would…
What could it be used for?
I mean yeah Ok if you wanted you could replace all of your images with it but that would be a bit crazy if your images are big
lol... one thing which has never been much help to me when it comes to webdesign is the fact that im colour blind :P
But yes blue is what Ive planned... just need some spare time. Im up Cardiff this weekend. But on Monday or Sunday night I might be…
[PHP]<?php
echo "The communal, DevDreams.com script!";
require("_config.inc.php");
$query = mysql_query("SELECT * FROM `game`");
while($game = mysql_fetch_array($query))
{
}
echo "i have no idea whatelse to…