Hello,
I have a website with a MySQL database behind it and I made a search form, a results.php page and a details.php page.
One of the fields in a table from the database is "products" where it is suppose to be a big amount of information (text).
When a user is searching for a company for example, a table with 10 records per page is displayed on the results.php and from there, the user can go to each company's details by clicking on its name.
Now, being so many products for each company, I would like to know how can I display on the results.php, for each company, only the product the user is being searched for, IF that product is already in the database, of course.
Also, is there a way to have a "read more..." link on the same products field?
Do I need to post some code here? Please let me know.
I am not proficient in PHP and MySQL, just started to learn so a little detailed help would be greatly appreciated.
Thank you very much for your help.
Axel