Showing posts with label table. Show all posts
Showing posts with label table. Show all posts

Thursday, April 10, 2014

How To Get Unique Record From Table In Php??

How To Get Unique Record From Table In Php??

To get unique record from table you can use DISTINCT keyword in query.
Using DISTINCT keyword you can get unrepeated records from the table

Tuesday, April 08, 2014

How to Retrieve Record from Two Tables in PHP??


When you want to retrieve record from different table of same database in PHP then don’t worry.

Here our team give you solution for that problem.

You can easily retrieve record from two table using join query. There are three types of join available in SQL.