close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Redirecting to same page with custom text

Thread began 8/07/2009 10:28 am by rbudj | Last modified 8/07/2009 3:03 pm by rbudj | 1765 views | 2 replies

atstech

Ok, so i have figured out how to display a message. Basically what I did was in the //append the username to the redirect page section, I added a variable:

if (substr_count($MM_dupKeyRedirect,"?") >=1) $MM_qsChar = "&";
$MM_dupKeyRedirect = $MM_dupKeyRedirect . $MM_qsChar ."requsername=".$loginUsername . "&exists=1";
header ("Location: $MM_dupKeyRedirect");

The variable I added is the &exists=1. I then placed this code:

if (isset($_GET['exists'])) {
$exists = $_GET['exists'];
}
if ($exists == 1) {
echo "Hello World";
}

So I will now be able to give the visitor a message with further instruction if they enter an email address that is already in the database.

Now, my next question is very much related. How do I bind the text fields? Right now, if the user is redirected due to the email address, all the data they entered into the form text boxes disappears. I tried binding the form data to the fields with no luck. Do I HAVE to use the URL to pass variables or is their another way? If I can pass the variables to the Header (Location, then I can solve these problems I am having.

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