I wouldn't say useless.... I work at a domain registrar.
5 letter pronounceable names sell really well because they are easy to brand.
I've seen some go for $5k-10K
-----------------------------------
Edit - Fixed issue my <0 needed to be <1
Search found 2 matches
- Wed Apr 28, 2010 2:19 pm
- Forum: PHP - Code
- Topic: Having issues getting Echo to display...
- Replies: 3
- Views: 195
- Wed Apr 28, 2010 2:05 pm
- Forum: PHP - Code
- Topic: Having issues getting Echo to display...
- Replies: 3
- Views: 195
Having issues getting Echo to display...
I'm not sure if I have a var wrong or my array's setup incorrectly, but this is what I have coded so far: <?php $alpha = array('b','c','d','f','g','h','j','k','l','m','n','p','q','r','s','t','v','w','x','z'); $alpha2 = array('a','e','i','o','u','y'); $alpha3 = array('b','c','d','f','g','h','j','k','...