I have a website using php to embed a huge list of funny videos from youtube and i want to make a simple fast search for my website . I am not using a database and i I dont wanna use it for some reasons. I am using huge videos lists (arround 10 000 links in each list) that looks like this : (videoslist1.php) (videoslist2.php) .... -------------------------------- <table width="250" border="0" cellspacing="0" cellpadding="0"> <tr><td><a href="http://www.youtube.com/?v=video1">video 1</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video2">video 2</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video3">video 3</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video4">video 4</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video5">video 5</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video51">video 51</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video52">video 52</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video6">video 6</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video7">video 7</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video8">video 8</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video9">video 9</a></td></tr> <tr><td><a href="http://www.youtube.com/?v=video10">video 10</a></td></tr> </table> --------------------------- what I wanna do is implement a serch engine that will look in these video lists for the searched words .. for example if a user enters "video 5" in the search field the result will be the video names containing "video 5" from all the lists .. with the link to those videos : source code for the result should look like this : -------------- <a href="http://www.youtube.com/?v=video5">video 5</a> <a href="http://www.youtube.com/?v=video51">video 51</a> <a href="http://www.youtube.com/?v=video52">video 52</a>[/syntax] -------------- I hope it s easy to do .. if yes will it be fast for a large list with 30 000 funny videos?? please pm me if interested .. willing to pay up to 200-300$ if you can add more options .. thank you
Hi, I'm a Freelance PHP/MySQL Programmer with about 5+ yrs of experience. Checkout my online portfolio linked in my signature to know more abt me. Feel free to contact me for further details. Thanks.