View Single Post
Old February 25th, 2005, 06:38 PM   #1 (permalink)
h2ojunkie
Member
Verified Customer
 
Join Date: Jan 2005
Posts: 46
Problem with sql query in contact.php

I notice the emails that are sent when someone uses the "contact seller" link were not including any information about the product other than a link to it.

so I looked at contact.php and found this line.

Code:
Content visible to verified customers only.
It appears that for some reason, the sql SELECT statement in contact.php is not setting the $title variable for some reason.

This is what I have on contact.php (this is unedited from the original)

Code:
Content visible to verified customers only.
Can someone tell me what is wrong with that code that would prevent it from setting the $title.



I know $productid is being set correctly because the links are being generated correctly by this:
Code:
Content visible to verified customers only.
h2ojunkie is offline   Reply With Quote