Help me please. I want to display specific data from the database. i dont know what is the code. For example: in the database of reservation. I want to display only the name, address, contact number, company, and the details of his/her reservation. please help me guys. thanks a lot. !

Recommended Answers

All 2 Replies

This is too vague. Show you code and make it more clear what you have, and what you are trying to achieve.

How about?

SELECT `name`, `address`, `number`, `company`, `reservation` FROM `db`
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.