Server-side processing with multiple variables in one column

Server-side processing with multiple variables in one column

Raz727Raz727 Posts: 2Questions: 1Answers: 0

Hi, is it possible to apply server-side processing if I have more variables in one column?
This is my code of the first column, I connected four variables together and displayed it like a full name:

<tr><td><?php echo $row['Title1'] . " " . $row['FirstName'] . " " . $row['LastName'] . " " . $row['Title2'] ?></td></tr>

Now I don't know how to set array of database columns in server-side processing script. Please, can someone help me? :)

Thanks a lot in advance,

Raz.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.