close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

strange recordset entries when underscore

Thread began 9/30/2009 12:51 am by office377308 | Last modified 10/05/2009 3:22 pm by office377308 | 5999 views | 14 replies

jenkolaka19379118

Nearly There

Ok I changed all the the id fields in my whole database

e.g.

person_id to personID

and this appears to have fixed the sql Param errors.

However I am still having the following issue.

1. My update_page does not redirect to the detail page as specified.

2. My insert_page does not redirect to the results page. the page just refreshes after insert.

Do I need to check the checkbox "pass original query string" in the insert record behaviour for the pages to redirect?

code snippet for update page

  <?php
// WA Application Builder Insert
if (isset($_POST["Insert_x"])) // Trigger
{
$WA_connection = $connElite;
$WA_table = "companies";
$WA_sessionName = "WADA_Insert_companies";
$WA_redirectURL = "admin/companies_Detail.php";
$WA_keepQueryString = false;
$WA_indexField = "companyID";
$WA_fieldNamesStr = "company_name|company_address|company_city|company_postcode|company_telephone|company_email|company_fax|company_contact_firstname|company_contact_lastname|company_mobile|salutationID|company_category|company_information";
$WA_fieldValuesStr = "".((isset($_POST["company_name"]))?$_POST["company_name"]:"") ."" . "|" . "".((isset($_POST["company_address"]))?$_POST["company_address"]:"") ."" . "|" . "".((isset($_POST["company_city"]))?$_POST["company_city"]:"") ."" . "|" . "".((isset($_POST["company_postcode"]))?$_POST["company_postcode"]:"") ."" . "|" . "".((isset($_POST["company_telephone"]))?$_POST["company_telephone"]:"") ."" . "|" . "".((isset($_POST["company_email"]))?$_POST["company_email"]:"") ."" . "|" . "".((isset($_POST["company_fax"]))?$_POST["company_fax"]:"") ."" . "|" . "".((isset($_POST["company_contact_firstname"]))?$_POST["company_contact_firstname"]:"") ."" . "|" . "".((isset($_POST["company_contact_lastname"]))?$_POST["company_contact_lastname"]:"") ."" . "|" . "".((isset($_POST["company_mobile"]))?$_POST["company_mobile"]:"") ."" . "|" . "".((isset($_POST["salutationID"]))?$_POST["salutationID"]:"") ."" . "|" . "".((isset($_POST["company_category"]))?$_POST["company_category"]:"") ."" . "|" . "".((isset($_POST["company_information"]))?$_POST["company_information"]:"") ."";
$WA_columnTypesStr = "',none,''|',none,''|',none,''|',none,''|',none,''|',none,''|',none,''|',none,''|',none,''|',none,''|none,none,NULL|',none,''|',none,''";
$WA_fieldNames = explode("|", $WA_fieldNamesStr);
$WA_fieldValues = explode("|", $WA_fieldValuesStr);
$WA_columns = explode("|", $WA_columnTypesStr);
$WA_connectionDB = $database_connElite;
mysql_select_db($WA_connectionDB, $WA_connection);
if (!session_id()) session_start();
$insertParamsObj = WA_AB_generateInsertParams($WA_fieldNames, $WA_columns, $WA_fieldValues, -1);
$WA_Sql = "INSERT INTO `" . $WA_table . "` (" . $insertParamsObj->WA_tableValues . ") VALUES (" . $insertParamsObj->WA_dbValues . ")";
$MM_editCmd = mysql_query($WA_Sql, $WA_connection) or die(mysql_error());
$_SESSION[$WA_sessionName] = mysql_insert_id();
if ($WA_redirectURL != "") {
if ($WA_keepQueryString && $WA_redirectURL != "" && isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] !== "" && sizeof($_POST) > 0) {
$WA_redirectURL .= ((strpos($WA_redirectURL, '?') === false)?"?":"&").$_SERVER["QUERY_STRING"];
}
header("Location: ".$WA_redirectURL);
}
}
?>  



I manually prepended admin/ in the redirect code because my pages are in the this subdirectory. This did not help.

$WA_redirectURL = "admin/companies_Detail.php";

I even tried putting the abousolute url of the site, as I am testing directly on my remote server, but this didnt work either. I am completely lost?

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