Creating Variables

13 posts by 3 authors in: Forums > CMS Builder
Last Post: September 25, 2014   (RSS)

Jerry, you've misunderstood. Please revert the changes. It's line 33 that will not work, and that you need to replace with the code above.

Change this:

<?php  '$'; ?><?php $formatted_position ?><?php '='; ?><?php $email_to_use ; ?><?php  ';';  // This is the code that is supposed to create the variables ?>

to this:

<?php $$formatted_position = $email_to_use; ?>

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Good to hear :) let us know if you have any more issues.

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/