D-Mack Media Forums

Full Version: Save Recommendations to Table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Reference URL's