PDA

View Full Version : Assign .php variable to Actinic - User Defined Variable.


powderlounge
08-Nov-2004, 09:26 PM
Hiya

Can anyone point me in the right direction on how to do the following:

If I have used .php to create a Session Variable called ‘mysessionvar’, how can I assign this variable to one of the User Defined variables in Actinic ? What code would i use?

eg.

NETQUOTEVAR:GENERALPROMPT000 = mysessionvar

If this is not possible, could I assign a cookie created in .php to this User Defined variable

eg.

NETQUOTEVAR:GENERALPROMPT000 = mycookievar

The info I intend putting into the session variable (or cookie) is a telephone number I captured outside of the acatalog folder. I do not want to display this info I purely want to ‘store’ it in one of the (spare) User Defined variables in Actinic and then only insert/display it in the confirmation email after checkout.

Many thanks,

hp.