Using another field from same record in a condition

QuestionsUsing another field from same record in a condition
Matt asked 9 years ago

$data1 = "<a href='<<< WANT TO GRAB ANOTHER FIELD FOR HERE FORM SAME RECORD >>>'><img height=50 src='/uploads/jul-15/{thumb}'></a>";
$data2 = "";

1 Answers
Abu Ghufran answered 9 years ago

If using for
$col["default"] = " ….. ";

You can use {column-name} placeholder.

$col["default"] ="<a href='{col-url}'><img height=50 src='/uploads/jul-15/{thumb}'></a>";

Your Answer

17 + 18 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?