Jump to content

Need a partnership


hno

Recommended Posts

HI,

I'm making a simple search engine for my university.What I want to do is that the user enter a url and the system begin to retrieve all of the links in that page and then open them one by one and store the keyword and description of them in the database.I have wrote all of them except storing the data which I have no idea about it.I mean about the structure of the database and tables.Can somebody helps me please?I want to know your idea about the structure of the database and tables.

My yahoo id:hno_abutorab2005@yahoo.com

mail:hno2005@gmail.com

 

Thank you very much

Link to comment
Share on other sites

url: varchar 255

id: bigint 11

desc: text

meta: varchar 255

scan: tinyint 1 , default 0 (0 for url not in database already, 1 for it being there)

 

index the desc and meta fields

 

otherwise make desc fulltext and have a search engine type results based on how many times the keyword is in the description (content)

Link to comment
Share on other sites

url: varchar 255

id: bigint 11

desc: text

meta: varchar 255

scan: tinyint 1 , default 0 (0 for url not in database already, 1 for it being there)

 

index the desc and meta fields

 

otherwise make desc fulltext and have a search engine type results based on how many times the keyword is in the description (content)

Thank you very much.

Can I have your contact information?Like skype,yahoo id,facebook,twitter.

I want to know your  idea.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

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.   Restore formatting

  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.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.