close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

php / mysql god assistance needed

Thread began 3/20/2012 12:58 pm by biz295654 | Last modified 3/21/2012 3:09 pm by biz295654 | 4318 views | 11 replies

Jason ByrnesWebAssist

in the productoptions table, the the GroupingID column relates to the optionsgroups table OptionGroupID column, and to the ps4_options table OptionGroupID.

look in the optiongroup table and find the OptionGroupID value for the Size OptionGroup Name.


then you can use a JOIN query to return the sizes available for a product using the product ID and the Size options group ID, for example:

SELECT ps4_options.optionName 
FROM ps4_options
INNER JOIN ps4_productoptions
ON ps4_options.OptionGroupID = ps4_productoptions.GroupingID
WHERE ps4_options.OptionGroupID = '1' AND ps4_productoptions.ProductID = '1'
GROUP BY ps4_options.optionName




If you need further assistance with this, we can help you in a premiere support appointment.

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