Apple.com search suggestion dropdown

Rate this script please for me

  • Very Good

    Votes: 0 0.0%
  • Good

    Votes: 0 0.0%
  • Average

    Votes: 0 0.0%
  • Poor

    Votes: 0 0.0%

  • Total voters
    1
Messages
92
Reaction score
1
Points
8
I found a tutorial article from http://www.marcofolio.net/webdesign/a_fancy_apple.com-style_search_suggestion.html

There was a two files for download to setup i tried both. One written on mysqli and another for mysql both was not working I did some modification and now it's working if you want to see demo you can visit here http://qpoit.com/marcofolio_demo/apple_search/

I thought most of the website owners may interested to have some such kind of menu so i uploaded it and here is the download link. http://www.yourfilelink.com/get.php?fid=603231

There is nothing to do much just download and extract it then open rpc.php and edit this line
PHP:
mysql_connect("localhost", "newdbusr", "newdbusrpassword") or die(mysql_error()); 
 mysql_select_db("mynewdb") or die(mysql_error());
and fill with your own db user id and password and db name then see the magic.

I hope it will help lots of people.:biggrin:
 
Last edited:
Top