Jun-28-2010, 4:59 pm
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
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