Guys I have big adult database content . But I need to create a search engine for the images I have... I dont know MY SQL and PHP.. All I need is to have a search page when then the button is clicked , the database needs to be searched with the key and the images should be displayed in the database... If the key is not found, it should show the list of all images in the database with page number in the bottom.. Can any one help me just how to connect the My sql database and read the content and display a image in PHP.... Please take any free webspace with sql database and help me out with a small example....
You need to say how your database is organised, or the fileds in your table, to know how to display the images. Code to connect to the database is generic, but you need to know the name of the database, a username and a password. If you really know nothing, it would be hard to answer your questions. You're probably best learning the basics yourself. Just google for a php / mysql tutorial.
All i need is to take a free webhosting service provider with My sql.. I will have 2 fields. One have the image number and image url.. When the number is pressed the image should be displayed. can any help please show me a sample