Hey PHP Experts, Can anyone help me? I want a php search script and it should be a piece of cake for the experts but unfortunately I have started to learn php today! I have a few hundred images in a folder named xxx.com/dictionary/ I want a php search script that will display a search box in the page: xxx.com/dictionary.php If anyone write a word in the search box and press the "find" button it would display the image in that page right below the search box. If the search item is not found it would display "search item not found". Can anyone help?
I can help you in setting it up and making it functional. So do you have the script ready or you want the script?? PM me..
I don't have the script! I need the script. There is no database, I have the image files in a folder. The PHP script should find the image from the folder and display the image.
you should make a database that has all of the information of each image (name, tags, things like that) then you should ask again