server-processing - Can data fetched be restricted instead of every data from a table?

server-processing - Can data fetched be restricted instead of every data from a table?

ikay_007ikay_007 Posts: 1Questions: 1Answers: 0

if i only want to fetch data "WHERE key = 'key' " and not the entire data from the table, how can i do this?. + is it also possible to dynamically call the data up into text inputs and not just ordinary table cells <td>. Thank you.

Answers

  • allanallan Posts: 64,795Questions: 1Answers: 10,726 Site admin

    If you are using the demo SSP PHP class then, you could use the complex method that it has to apply a where condition.

    If you are using some other server-side processing script, you would need to either modify it, or use whatever API it presents.

    Allan

This discussion has been closed.