Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

nuMessage in php

Questions related to customising nuBuilder Forte with JavaScript or PHP.
Post Reply
yvesf
Posts: 347
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 94 times
Been thanked: 12 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: 4562
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 76 times
Been thanked: 528 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