close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Agreeing to terms on first login only

Thread began 12/17/2011 4:58 am by Jon Cunningham | Last modified 12/18/2011 2:23 am by Jon Cunningham | 1424 views | 4 replies

Ian S

Hi Jon,

Firstly, you need to pull the user record back from the database.

Assuming that you are using session based login security (i.e. Security Assist) then you need to pull back the record based on the user that has logged in.

You then need to create the redirect based on the value of the T&Cs field. You can use the WA Server Redirect behaviour for this and then edit the trigger.

e.g

<?php
if($row_rsuser['tandc'] == "1"){
$WA_Redirect_URL = "test.php";
$WA_Redirect_KeepQS = false;
if ($WA_Redirect_URL != "") {
if ($WA_Redirect_KeepQS && $WA_Redirect_URL != "" && isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] !== "") {
$WA_Redirect_URL .= ((strpos($WA_Redirect_URL, '?') === false)?"?":"&").$_SERVER["QUERY_STRING"];
}
header("Location: ".$WA_Redirect_URL);
}
}
?>

Basically, if the recordset goes in at the top of the page, and this sits under it, if the T&Cs field has a value of 1 it will redirect immediately to the test.php page.

Hope this helps

Cheers
Ian

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