I have just started using mysql and php. I have successfully created a web page of my database. My database is composed of Mfg, Part Number, Part Name, ATA Code, etc. It contians about 400 items which I am sure is pretty small compared to some peoples databases, however bringing up 400 items on one web page is not very appealing, so I have broken it up into pages with 30 items on each page. Which this really helps, but now I would like to make a basic search page were I could search for one of the following Mfg, Part Number, Part Name, ATA Code, etc. and get the results to come up on a new webpage.
Can someone please help me out with this or point me in the direction were I can find some basic code for this project.
Thank BT