How do i fetch data and show it in a tabular form in php?

I m trying to fetch a particular data from database which i am adding in previous page ,i have read all these docs but it cant exactly help me as i know how to create object with that data but what to so after that?

Hi Gagan,

Here are the specific docs on what you need to do with Backendless.
Creating objects: https://backendless.com/documentation/data/php/data_saving_data_objects.htm
Retrieving objects: https://backendless.com/documentation/data/php/data_basic_search.htm

Unfortunately, helping you to build any forms or UIs in your PHP code is out of free support scope.

What should i do after getting the objects??

You then can take the data you need from them and show in your custom form.

Exactly thats my point sir how can i do that ,how to takt out data from object?

Like with any PHP object, you can retrieve its properties with a simple

$object->property