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
AI Thread Summary
To design a user-friendly catalogue with search capabilities for a shop, utilizing PHP as the server-side language and MySQL as the database is essential. While AJAX can enhance the user experience with live search features, it is not a mandatory technology for basic functionality. The focus should be on creating an intuitive interface that allows users, regardless of their technical knowledge, to easily navigate and search through the catalogue.
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.
 
Technology 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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top