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:[email protected]

mail:[email protected]

 

Thank you very much

Link to comment
https://forums.phpfreaks.com/topic/209744-need-a-partnership/
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
https://forums.phpfreaks.com/topic/209744-need-a-partnership/#findComment-1094944
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
https://forums.phpfreaks.com/topic/209744-need-a-partnership/#findComment-1094948
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.