close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Unable to re-direct page

Thread began 5/25/2010 2:51 pm by nickj | Last modified 5/26/2010 5:10 pm by Jimmy Wu | 1149 views | 3 replies |

nickj

Unable to re-direct page

I built an insert page and choose submit_thanks.php instead of the Results.php page but the the insert continues to go to the Results page. How do I make the page go to submit_thanks.php upon insert?


Why have the ability to set the redirect if it's "hard coded"?

Nick


<?php
// WA Application Builder Insert
if (isset($_POST["Insert"])) // Trigger
{
$WA_connection = $connAbstracts;
$WA_table = "abstracts";
$WA_sessionName = "WADA_Insert_abstracts";
$WA_redirectURL = "submit_thanks.php";
$WA_keepQueryString = false;
$WA_indexField = "abstract_id";
$WA_fieldNamesStr =

Sign in to reply to this post

Jimmy Wu

That code looks like it will correctly forward to the submit_thanks.php page if there are no other redirects on the page. Can you send me the entire page and double check that you uploaded the page to the server?

Sign in to reply to this post

nickj

Only the one I found!

Nick

Attached Files
ab_Insert4.php.zip
Sign in to reply to this post

Jimmy Wu

I'm not sure why your page would not be forwarding, but if you go to line 52 and hardcode the page to forward to like this, it should forward correctly:
header("Location: submit_thanks.php");

If the page is still not forwarding correctly, then it would seem the updates aren't making it onto the server.

Sign in to reply to this post

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