Hello can anybody help me out with a search script.
What im trying to do:
Make a simple search script that allows user to enter search term, script searches field 'headline' in table 'article' for headline and displays any matching results which are heperlinked. The hyperlink text leads to the headline ID.
E.g
Go here
You see 'test rows' in the table in the middle ?
Say a user searched 'test', it would bring up a result with the full headline ('test rows') and that full headline will be hyperlinked. When clicked it will lead to:
because the headline id is 27.
Information you will need:
table name: article
fields in ' article ' that you need:
id
headline
If anybody could do this it will be really appreciated.
What im trying to do:
Make a simple search script that allows user to enter search term, script searches field 'headline' in table 'article' for headline and displays any matching results which are heperlinked. The hyperlink text leads to the headline ID.
E.g
Go here
You see 'test rows' in the table in the middle ?
Say a user searched 'test', it would bring up a result with the full headline ('test rows') and that full headline will be hyperlinked. When clicked it will lead to:
because the headline id is 27.
Information you will need:
table name: article
fields in ' article ' that you need:
id
headline
If anybody could do this it will be really appreciated.