close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

DA error when inserting a $_SESSION value

Thread began 3/04/2011 7:46 am by Steve | Last modified 3/04/2011 8:44 am by Jason Byrnes | 1477 views | 5 replies |

Steve

DA error when inserting a $_SESSION value

Hello,
Just an FYI and hopefully future fix... IF you are INSERTing a value that is from a session, DA wraps the value in quote marks when using the Insert Record Wizard.

For instance, if there is a session value you want to use in the Insert action and you entered is such as :
$_SESSION['keyName']

the wizard sets the insert code as follows:
"|" . "$_SESSION['keyName'] ". "|"

This condition creates an error as well as fails to show the value when you return to the Insert via the wizard.

Manually correcting the value to:
"|" . $_SESSION['keyName'] . "|"

solves the problem and allows a proper Insert

Hopefully in future versions this will work so as to allow the Session key to be inserted in the Wizard.

Sign in to reply to this post

Jason ByrnesWebAssist

any plain text entered in to the value box is treated as plain text

when entering dynamic php data into the value box, you need to enter it using php tags:
<?php echo $_SESSION['keyName']; ?>

Sign in to reply to this post

Steve

ok, That's good to know... You could also create a conditional case where IF $ is encountered in the first character location, treat as variable rather than text.

It would be a nice enhancement to DA.

Thanks for the reply Jason.

Sign in to reply to this post

Jason ByrnesWebAssist

but what if you wanted to enter a price in the field:
$100000


really, dynamic data is handled through the Dreamweaver bindings panel.

click the lightning bolt to get the bindings panel and select the dynamic binding you wish to use.

Sign in to reply to this post

Steve

Understood.

Thanks for the details. Delete this thread if you like.

Sign in to reply to this post

Jason ByrnesWebAssist

No, worries,

I'm not going to delete the thread, but rename it instead.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...