close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Detail page combining input from two tables

Thread began 6/28/2010 7:57 am by jeffmg279672 | Last modified 7/12/2010 4:47 pm by jeffmg279672 | 2259 views | 7 replies

jeffmg279672

Thanks, sorry for not responding before but I've been away for a few days.
I looked at the recordset that DA created and it shows the variable WADAlocation which I assume is the URL parameter that you refer to?

The code for the recordset is:

<?php
$maxRows_WADApracticelist = 10;
$pageNum_WADApracticelist = 0;
if (isset($_GET['pageNum_WADApracticelist'])) {
$pageNum_WADApracticelist = $_GET['pageNum_WADApracticelist'];
}
$startRow_WADApracticelist = $pageNum_WADApracticelist * $maxRows_WADApracticelist;

$WADAlocation_WADApracticelist = "-1";
if (isset($_POST['location'])) {
$WADAlocation_WADApracticelist = (get_magic_quotes_gpc()) ? $_POST['location'] : addslashes($_POST['location']);
}
mysql_select_db($database_connGVG, $connGVG);
$query_WADApracticelist = "SELECT practice_id, practicename, address1, address2, address3, address4, postcode, location, practicewebsite, practicetype, starrating FROM practicelist ORDER BY practicename ASC";
setQueryBuilderSource($query_WADApracticelist,$WADbSearch1,false);
$query_limit_WADApracticelist = sprintf("%s LIMIT %d, %d", $query_WADApracticelist, $startRow_WADApracticelist, $maxRows_WADApracticelist);
$WADApracticelist = mysql_query($query_limit_WADApracticelist, $connGVG) or die(mysql_error());
$row_WADApracticelist = mysql_fetch_assoc($WADApracticelist);

if (isset($_GET['totalRows_WADApracticelist'])) {
$totalRows_WADApracticelist = $_GET['totalRows_WADApracticelist'];
} else {
$all_WADApracticelist = mysql_query($query_WADApracticelist);
$totalRows_WADApracticelist = mysql_num_rows($all_WADApracticelist);
}
$totalPages_WADApracticelist = ceil($totalRows_WADApracticelist/$maxRows_WADApracticelist)-1;
?>

I also have a related issue which I'm not clear about resolving:
I want to have a second form which is essentially an upload form which will allow people to post reviews for the different Practices to the Reviews table, but I want to have the list of practices as a drop-down list/menu at the top of the form so that the review is then associated with the correct practice.
Is this as simple as creating a recordset from the practice table at the top of the form then creating the rest of the form to upload to the reviews table, or is it more complicated than that? As always, your help is much appreciated.

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