Page 1 of 1

SEE a field in an HTML message

Posted: 2023-03-20 14:22
by pasbonte
Hello I have an application, with a TRAINING field, which fetches the training in another table.
It's ok quaf that when I want to send a copy by email, the cham is digital (which I understand) but how to see it clearly?

Code: Select all

<td style="text-align: left; width: 28.3108%; height: 36px;"><?php echo sqlValue("select AVIS3_PRO2 from GES_VOEUX where id='" . makeSafe($data['id']) . "'"); ?></td>
			</td>
appgini1.png
appgini1.png (32.69 KiB) Viewed 3700 times
and :
appgini1.png
appgini1.png (32.69 KiB) Viewed 3700 times

Re: SEE a field in an HTML message

Posted: 2023-05-05 15:04
by onoehring
Hi

sorry, but I find even your question/desire hard to understand (e.g. I do not understand what you want)

Olaf