close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

undefined index from different carts

Thread began 11/09/2009 1:45 pm by chssagmi366905 | Last modified 11/12/2009 12:23 pm by chssagmi366905 | 1588 views | 3 replies

Eric Mittman

Any time you get the undefined index message it is because the variable you are making reference to has not been defined. Since the code is a little different on the page the error message should be different also, it should include the exact line number where this is occurring.

If the warning is referring to your $mthCost variable then this could occur any time that the session variable is not set or is empty, this $mthCost variable will not get a value. If you make reference to this variable anywhere on the page then you can get this error if the variable has not been defined.

If you are printing out the variable anywhere on the page you can add in a check to make sure it is set like this:

[php[
<?php echo isset($mthCost)?$mthCost:"" ?>
[/php]

This will print the value if it is set, otherwise it will print nothing.

For starting the session you should make the check like this:

php:
if(!session_id())session_start();

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...