Thanks for the opinions guys :)
I set up Google Αnalytics and it seems that it's all type-ins - very little referral traffic.
I'll develop it somehow, but I'll probably register another domain and point it there as the missing 'C' makes it look a …
that should work, but you'll probably need to use a few splits. you could try checking out some of the PHP RSS readers, which do a similar thing with XML instead of HTML.
Save this file as createdb.php. Set $adminuser and $adminpass to a user account with sufficient privileges. I've tested this on one of my cPanel servers running MySQL 4.11
[php]
<html>
<head>
<meta http-equiv="Content-Type"…
Oh, you'll need to do more than just that code snippet.. you definitely need the mysql login stuff above that, and a bunch of HTML to make the form.. i'll see if i can chuck something together in about 30 mins.
It will be interesting to see if he completes the deal. It's six monthly payments of $10,000, then a single payment of $2.8 million.
The other big deal of the week is betandwin.com buying bwin.com, bwin.de and bwin.eu for 800,000 euros!
a) Yes!
b) Depends on the situation. If the longer .com described my site I'd stick with .com
c) Yes.
d) Yes, .org was never officially for non-profits only.
e) Absolutely :)
are you getting something that doesn't look right, or nothing at all? if nothing, then check you don't have a bug elsewhere (sql error??).
this should work, but i haven't tested it:
[php]
<?php
$gallery = strip_tags($_GET);
$dbhost = "****…
Just off the top of my head, you could create a PHP script something like:
<?
$dbname = "mydb";
$dbuser = "myname";
$dbpass = "mypass";
$dbhost = "localhost";
mysql_query("CREATE DATABASE $dbname"…