close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Check Unique Key

Thread began 5/20/2010 9:28 am by victor278184 | Last modified 5/21/2010 11:45 am by victor278184 | 1474 views | 5 replies

Miguel

the record set should look something like this


$colname_userexist = "-1";
if (isset($_POST['UserEmail'])) {
$colname_userexist = (get_magic_quotes_gpc()) ? $_POST['UserEmail'] : addslashes($_POST['UserEmail']);
}
mysql_select_db($database_MYDB, $MYDB);
$query_userexist = sprintf("SELECT UserID, UserEmail FROM User_db WHERE UserEmail = %s", GetSQLValueString($colname_userexist, "text"));
$userexist = mysql_query($query_userexist, $sofiaslu) or die(mysql_error());
$row_userexist = mysql_fetch_assoc($userexist);
$totalRows_userexist = mysql_num_rows($userexist);



in other words you add a new recordset the normal way dreamweaver adds them and on filter select the field you want to check for unique names, select from Form Field, and on the next box the value of it then you will need to use the Validation toolkit server side.



With validation toolkit you can add the total row count for that query, $totalRows_userexist and select validation type: Number




When you insert it it will ask you the number values, the Format should be international it didnt work for me with the other formats, then on minimum put -1 and maximum 0, uncheck allow blank if its checked, click ok and add your msg



Hope this helps i miss the easy ways to do stuff also with addt some things with webassist take a lot more time consuming but you can control a bit more how things should be.

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