Jump to content

HELP: how to generate all DOMAINS in a excel file?


Recommended Posts

hmm. i did not know how to do it. is there a specific instruction?

 

Depends on what you're trying to find.

SELECT * FROM `tbldomains`

That will return all of them.

 

SELECT * FROM `tbldomains` WHERE `registrar` = 'Enom'

Will return only Enom domains.

 

To get them all as a CSV you can import into Excel, from phpMyAdmin:

Choose the table "tbldomains"

Click the export tab

Choose CSV (export for Excel directly is less reliable)

Leave the default settings

Choose "Save as file"

Click "go".

Choose local save location.

Open Excel

find data -> import

locate file....and so on.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated