Private Label and Cobranded VoIP Solutions
BrainCast internet & phone based message/memo recording & reminder organization system
Internet Phone Service and Broadband Phone Service by ViaTalk

Go Back   VoIP Forums, Internet Phone Service Forums, & Web Hosting Forums > CoderForums - Programming Discussion > General Programming Issues > Programming Languages & Technologies > PHP

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-03-2002, 12:44 PM
sevenstar sevenstar is offline
Registered User
 
Join Date: Feb 2002
Posts: 22
mySQL help

I am using the openBB forum on my site. I edited the tables and added a field called referredby, which is where registrant's enter the name of the member that referred them to the site. You are able to enter something, but when I look in the database, the field is blank. What am I doing wrong?
Reply With Quote
  #2  
Old 03-03-2002, 01:19 PM
Damian
Guest
 
Posts: n/a
Can you post some code?

D
Reply With Quote
  #3  
Old 03-03-2002, 02:13 PM
sevenstar sevenstar is offline
Registered User
 
Join Date: Feb 2002
Posts: 22
from the profiles template:

<tr>
<td bgcolor="$tempvars[primary]"><font face="$tempvars[fontface]" size="2" color="#000000"><b>&nbsp;Referred By:</b></font></td>
<td bgcolor="$tempvars[primary]"><font face="$tempvars[fontface]" size="2" color="#000000">$user[referredby]</font></td>
</tr>

this is from cp_users.php:
new query($SQL, "UPDATE profiles SET usergroup = '".$usergroup."', banned = '".$banned."', homepage = '".$homepage."', email = '".$email."', icq = '".$icq."', aim = '".$aim."', yahoo = '".$yahoo."', msn = '".$wm."', occupation = '".$occupation."', note = '".$personal."', location = '".$location."', homepage = '".$homepage."', referred= '".$referredby."

this is from cp_members.php:
$referredby= $query_users->field('referredby');

Does this help any?
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump