Ok.... we're currently compiling a database which basically contains product reviews. Each review has a product code which matches a product reference in our actinic store. Anybody know how I might be able to create a query which takes the actinic product reference (not quite sure how it would get this, perhaps within the current html of the page?) and search for that in a mysql db. Then relay the results of a field based on finding a matching product reference in a table row?
Any advice whatsoever would be greatly appreciated, even if you think it can't be done...
PS. Hoping to display the results on the static actinic html pages by using some form of php include..?
Any advice whatsoever would be greatly appreciated, even if you think it can't be done...
PS. Hoping to display the results on the static actinic html pages by using some form of php include..?
Comment