Welcome to the nuBuilder Forums!

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

get values from form to php BS

Questions related to using nuBuilder Forte.
Post Reply
ajay
Posts: 38
Joined: Wed May 16, 2018 1:01 pm

get values from form to php BS

Unread post by ajay »

How to assign form field value to php variable in BS?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: get values from form to php BS

Unread post by toms »

Code: Select all

$phpvariable = "#fieldname#";
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: get values from form to php BS

Unread post by admin »

Post Reply