Can I Design a User-Friendly Catalogue with Live Search Using AJAX and PHP?

  • Thread starter Thread starter premagg
  • Start date Start date
  • Tags Tags
    Design Search
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
premagg
Messages
38
Reaction score
0
Hi everybody,
I want to design a catalogue with search facilities so that it can keep track of details of all the things in my shop.Also if it has live search type facilties than it would be preferred.
It be user friendly so that even those even those who do not have any idea can use it.

I got information from my friends that it can be done using ajax and PHP.
Please help me more about it.
 
Physics news on Phys.org
You wouldn't need AJAX to accomplish that, AJAX is typically a non-essential technology.

You would need a server side language like PHP, and a database server like MySQL.