close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

return to correct page after insert/update/delete

Thread began 2/12/2011 12:03 am by CraigR | Last modified 6/23/2011 6:38 am by CraigR | 3351 views | 9 replies

CraigRBeta Tester

I have a hand-coded solution if you are interested.

However, personally, I decided I only want to use this approach for a record edit/update.

For an edit, the number of records stays the same, so the pagination is bound to be identical.

For an insert, there will be an additional row in the recordset after insertion, which MAY occur on the next page

Similar issue for a deletion

Here's what I did

On my results page, just before my doctype declaration, i set a session variable equal to the querystring

<?php
if (!session_id()) session_start();

$_SESSION["QueryString"] = $_SERVER["QUERY_STRING"];

?>



On my update page, at the bottom of the update trigger code, i replaced

if ($WA_keepQueryString && $WA_redirectURL != "" && isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] !== "" && sizeof($_POST) > 0) {
$WA_redirectURL .= ((strpos($WA_redirectURL, '?') === false)?"?":"&").$_SERVER["QUERY_STRING"];
}



with

if ($WA_keepQueryString && $WA_redirectURL != "" && isset($_SESSION["QueryString"]) && $_SESSION["QueryString"] !== "" && sizeof($_POST) > 0) {
$WA_redirectURL .= ((strpos($WA_redirectURL, '?') === false)?"?":"&").$_SESSION["QueryString"];
}

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