close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Need help storing variable in table

Thread began 4/09/2012 11:54 am by Dennis | Last modified 4/10/2012 4:37 pm by Dennis | 2407 views | 8 replies

Dennis

Need help storing variable in table

Hi,

With my WADA Insert, Update & WASA Profile pages I would like to store a field in the database based on a field in the form.

From the two digit State entered on the form I would like a Region field in the database table updated. Might I be able to select this Region from a short list of arrays such as…

php:
<?php

$eastern 
= array('CT''DE''DC''ME''MD''MA''NH''NJ''NY''PA''RI''VT''QC''NL''PE''NS''NB');
$southern = array('AL''FL''GA''LA''MS''NC''SC''VA''WV');
$central = array('IL''IN''KY''MI''OH''TN''WI''ON');
$great_plains = array('AR''CO''IA''KS''MN''MO''MT''NE''NM''ND''OK''SD''TX''WY''MB''SK''NT');
$western = array('AK''AZ''CA''HI''ID''NV''OR''UT''WA''AB''BC''YT');
  
if (
in_array($row_WAATKmemberaccounts['State'],$eastern))
    
$region 'Eastern';
elseif (
in_array($row_WAATKmemberaccounts['State'],$southern))
    
$region 'Southern';
elseif (
in_array($row_WAATKmemberaccounts['State'],$central))
    
$region 'Central';
elseif (
in_array($row_WAATKmemberaccounts['State'],$great_plains))
    
$region 'Great Plains';
elseif (
in_array($row_WAATKmemberaccounts['State'],$western))
    
$region 'Western';
else
    
$region 'International';
?>



Does the above code look correct/usable?

But now I don&#8217;t know how to get my variable $region stored into the table field labeled Region.

Your help would be appreciated

Note: this question is similiar to my post post #118796 however I dodn't have the skills to adapt the suggested tutorial.

Thanks,
Dennis

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