[SOLVED]Mysql - it's freaking me out!(www.tlddb.com)

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
raffuk
Forum Newbie
Posts: 2
Joined: Sun Apr 15, 2007 4:52 am

[SOLVED]Mysql - it's freaking me out!(www.tlddb.com)

Post by raffuk »

Hello Guys !

I am frying my brain trying to figure out a way to do this maybe you guys already got a solution to save me weeks thinking about it !

I have an table which calls domains.

- Inside the domains I have the TLD field which is the key and 10 more field which is the rules for each TLD.
Example :
---------------------------
-FIELDS- | -DATA-
TLD : .com
Availability : Available to all individuals, businesses and organizations; no local presence required.
Minimum/Maximum Term : max 10 years.
DNS Zone Requirements : None.
Notes : None.
Information to be collected : None.
Deletion Rules : None.
Renewals : Renewal requests must be submitted by the listed expiry date.
Transfers : Fully supported.
Modifications : Fully supported.
Ownership Transfers : Fully supported.
---------------------------

On my webpage(http://www.tlddb.com), I have the option that the user choose the tld whished and the option inside the tld which he/she want to know about.

NOW :
I wanna put one more thing there and thats the one which is freaking me out.

- I wanna put a 3rd box on my page(http://www.tlddb.com) saying "which rules do you whish to apply ?"

- It will be a registrar, like Tucows / Network Solutions / God Daddy / Whatever and when the user select one of them, the whole data in the tld field would change as it is different roles for each registrar.

I was thinking that I would create a different table for each REGISTRAR but I want to do it dinamicly where I can insert a new Registrar and the data for it.

Feel free to go to my webpage (tlddb.com) to understand it better and feel free to mailme(c_rvieira at hotmail dot com) for anything u didnt understand.

Thank you very much for your Help.

Rafael Vieira. :banghead:
---------------------------------------------------------------

IT's SOLVED !
I dont really know what should I do when the topic is solved, so I've added this line on it :-)

Cheers.
Last edited by raffuk on Tue Apr 17, 2007 2:11 am, edited 1 time in total.
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

raffuk please do not double post.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:3. Do not make multiple, identical posts. This is viewed as spam and will be deleted.
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:7. Do not divulge anyone's personal information in the forum - including your own. This includes e-mail addresses, IP addresses, age, house address, and any other individual information.
raffuk
Forum Newbie
Posts: 2
Joined: Sun Apr 15, 2007 4:52 am

Post by raffuk »

Sorry hawleyjr.

Accept my apologize, it's my first post.

-Raff.
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

raffuk wrote:Sorry hawleyjr.

Accept my apologize, it's my first post.

-Raff.
No big deal...My I recommend PHPDN Forum Tour
Post Reply