Helpme with my PHP search engine?

Andrew

New member
I have recently cunstructed a search engine in PHP using MySQL database, when I search for something it looks boring because their is no structure, What I would like is for someone to edit the file that I have linked to, so as the search page can have some structure, go to my homepage and search for 'man united' and you will see what I mean (this does not work on internet explorer).

I would like a layout like the one the Pirate Bay has, I would like it indexed in tables the way that they do and I am sure you get the jist.

Here is the file that I would like edited: http://u-vid.org/help.txt

If you do edit the file you could email it to me at: andy_finn_mufc08(a)yahoo.co.uk

Help please
 
I can't do this for you because I don't feel like it is the best way for you too learn. I would create a table in html containing the test data that you are looking for and then create a variable for the about of <tr> you want. You can use you "order by" conditions to help you make filters. If you have worked with data grids in Visual Studio you can try to think that way and you will be fine. As further advice, I would never ask for code. Do your own code, just because someone does it for you and it works doesn't mean its right.
 
Back
Top