Welcome to the Forums! You need to Register on the Forums in order to post. *Note* Please Use the Login or Register links below. It's simple and you will have instant access (no email activation required)! Please POST so we can resolve any issues! Thanks!
 |
Save Recommendations to Table
|  |
| Author |
Message |
jeffhoneyager
Junior Member

Posts: 2
Group: Registered
Joined: Mar 2010
Status:
Offline
Reputation: 0
|
Save Recommendations to Table
I would like to put the recommended names and email addresses into a table. I think it is around line 189.
My php is nil, but here's my guess (where xyzrecommend is the table):
After line 189 ? in recomendfriends.php
$xyzquery = "INSERT INTO #_xyzrecommend (name,email) VALUES(" . '$recommend_to_name' . "," . '$recommend_to_email' . ");";
$database->setQuery($xyzquery);
Anyone know how to do this?
I'd also like to include the "Your Name" "Your Email" and a date/time stamp into each record.
Thanks so much.
Peace & Joy,
Jeff Honeyager
http://jeff.honeyager.com
|
|
| Jun-28-2010 4:59 pm |
|
 |