Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

nuMessage in php

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
yvesf
Posts: 315
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 87 times
Been thanked: 11 times

nuMessage in php

Unread post by yvesf »

Hello,

I have tried to use echo as it is the equivalent to nuMessage in php but it doesn't work. Is there an equivalent to nuMessage for PHP in nuBuilder ?
Many thanks, Yves
kev1n
nuBuilder Team
Posts: 4297
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: nuMessage in php

Unread post by kev1n »

Hi,

Use nuJavascriptCallback to output a message in combination with
nuRunPHPHidden() and use nuAddJavascript() in BE, AS.
Post Reply