close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Sql Code and show utility

Thread began 7/15/2013 2:17 pm by Jon Cunningham | Last modified 7/18/2013 9:23 am by Jon Cunningham | 3118 views | 26 replies

Jon CunninghamBeta Tester

Sql Code and show utility

Hi Guys,

Could someone with Sql experience check my code please.

This is what I am trying to do.

I have a DetailProductID column in my database that has either a 1 or 2 written to it.

and I want an image / link to show if its a 1 and a different image / link if its 2.

This is what i have so far.

My Sql for DetailProductID with 1

SELECT users.UserID, orders.OrderUserID, orders.OrderID, orderdetails.DetailOrderID, orderdetails.DetailProductID
FROM users, orders, orderdetails
WHERE orders.OrderID = orderdetails.DetailOrderID AND orderdetails.DetailOrderID = orders.OrderID AND orderdetails.DetailProductID = 1 AND users.UserID = paramUserID

paramUserID Varibles with $_GET['UserID']

My php code

<?php if ($row_rsCourse1['DetailProductID'] == 1) { // Show if column... ?>
<span> <a href="users_ST_update.php?UserID=<?php echo($row_WADAusers["UserID"]); ?>"><img src="images/ST500DetailButton.png" alt="" width="200" height="38" /></a></span>
<?php } // Show if column... ?>

My Sql for DetailProductID with 2

SELECT users.UserID, orders.OrderUserID, orders.OrderID, orderdetails.DetailOrderID, orderdetails.DetailProductID
FROM users, orders, orderdetails
WHERE orders.OrderID = orderdetails.DetailOrderID AND orderdetails.DetailOrderID = orders.OrderID AND orderdetails.DetailProductID = 2 AND users.UserID = paramUserID

paramUserID Varibles with $_GET['UserID']

My php code

<?php if ($row_rsCourse2['DetailProductID'] == 2) { // Show if column... ?>
<span> <a href="users_ST_update.php?UserID=<?php echo($row_WADAusers["UserID"]); ?>"><img src="images/ST500DetailButton.png" alt="" width="200" height="38" /></a></span>
<?php } // Show if column... ?>

At the moment all I am getting is the image and link for DetailProductID 1 for both


Am I over thinking this?

I have added my page code to the attachments.

Any help would be greatly appreciated.

Kind regards

Jonathon

Attached Files
users_detail.zip

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