fmwebschool.com
Top Experts [learn more]Top 4-10
webko

9743 K
bandmandq

2458 K
Genx

1525 K
4. tcmeyers
5. kbata
6. Martie
7. Hammerton
8. rrenfrow
9. bneeman
10. plegler
Welcome, Guest. Please login or register.
May 24, 2013, 04:26:37 PM

Login with username, password and session length
Search:     Advanced search
FMWebschool releases more educational FMStudio webinars - check them out here:
http://www.fmwebschool.com/webinars.php
27465 Posts in 6066 Topics by 1523 Members
Latest Member: donok
* Home Help Search Calendar Login Register
+  fmwebschool.com
|-+  PHP Web Publishing Technologies
| |-+  FileMaker PHP, FX.php custom web publishing
| | |-+  PHP Review Scripts
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: PHP Review Scripts  (Read 1357 times)
stevenm187
Jr. Member
**
Offline Offline

Posts: 89
Kudos: 50


« on: September 24, 2009, 12:00:21 PM »

I wanted to add a review system to my current shopping site, so that users can leave reviews on the products in my website.

I found several pre made php review scripts but they are all made to be compatible with MYSQL not filemaker.

I was wondering if anyone ever created a review system to go along with filemaker that would help me get started with this?
Logged
webko
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2051
Kudos: 9743



WWW
Applications:
« Reply #1 on: September 24, 2009, 03:39:03 PM »

A simple one tied to the product id would be easy enough to setup in FileMaker.

User clicks the review link, they fille out a form and it goes into the review table, tied back by product id to the products table...
Logged

tim.webko_at_gmail.com
stevenm187
Jr. Member
**
Offline Offline

Posts: 89
Kudos: 50


« Reply #2 on: September 25, 2009, 09:52:53 AM »

Ok.

I created a table called reviews which contains date, name, comment, and ProductID.

I tied in ProductID in reviews to the ProductID in my inventory and created a portal so that I would be able to see the comments for each item.

Now I want to display the comments in the portal on my webpage but I keep getting this error

 Notice: Undefined variable: partlist__Reviews_portal in C:\inetpub\wwwroot\discounttruckaccessories\details.php on line 534
Fatal error: Call to a member function getField() on a non-object in C:\inetpub\wwwroot\discounttruckaccessories\details.php on line 534

I tried creating a new record set that finds the comments in the review table So I didnt have to use the portal but if there are no comments on the item it will give an error...

any reason in why it is not letting me display the contents of the portal?
Logged
stevenm187
Jr. Member
**
Offline Offline

Posts: 89
Kudos: 50


« Reply #3 on: September 25, 2009, 10:05:04 AM »

Nvm that I got it.
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!