Server-side processing "WHERE param = $my_param"
Server-side processing "WHERE param = $my_param"
barseon
Posts: 3Questions: 1Answers: 0
Hello Server-side processing work fine. If I want to add the condition in Server-side script "WHERE param = $my_param".
For example i have user table (5000 rows) |id| - |name| - |age| and i wanna show only rows with name = Bob. "WHERE name = Bob"
How i can do it? I must add this condition in $columns?
ty
This discussion has been closed.
Answers
The forum has many posts about this. Try a search.
sry have any problem with English. Can you tell me query for search. ty
I decided it. In server side use
SSP::complex()
instead ofSSP::simple()
SSP::complex($_GET, $sql_details, $table, $primaryKey,$columns,null,"param='MyParam'"));