Forums Index > Mewsoft Products > Auctionawy > scripting problems
ctoshack First Post Posted on: 02-25-08 11:34 AM
scripting problems

How do I get a page to call a cell out of the user data base in MySQL Specifically the User1 cell which I have set up as a referred by colum on my sign up sheet. Here is the code I have written in the Account Manager Overview Template: It's near the bottom in bold. As well which language file do I enter the label in?

<BR>
<DIV ALIGN="left"><CENTER>
<TABLE BORDER="01" WIDTH="600" CELLPADDING="4" BGCOLOR="#FFFFFF" CELLSPACING="0" BORDERCOLOR="#E6E6E6">
<!--DWLayoutTable-->
<TR>
<TD height="29" COLSPAN="2" ALIGN="center" VALIGN="middle">[[account_manager_main_page_title]]
</TD>
</TR>
<TR>
<TD height="29" COLSPAN="2" ALIGN="left" VALIGN="middle">[[account_manager_main_help]]</TD>
</TR>
<TR>
<TD width="229" height="29" ALIGN="right">[[account_current_balance_label]]</TD>
<TD width="349" ALIGN="left">
<!--BALANCE-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_name_label]]</TD>
<TD ALIGN="left">
<!--First_Name-->
,
<!--Last_Name-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_company_label]]</TD>
<TD ALIGN="left">
<!--Company-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_street_label]]</TD>
<TD ALIGN="left">
<!--Street-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_city_label]]</TD>
<TD ALIGN="left">
<!--City-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_state_label]]</TD>
<TD ALIGN="left">
<!--State-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_country_label]]</TD>
<TD ALIGN="left">
<!--Country-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_phone_label]]</TD>
<TD ALIGN="left">
<!--Phone-->
</TD>
</TR>
<TR>
<TD height="29" ALIGN="right">[[account_email_label]]</TD>
<TD ALIGN="left" valign="top">
<!--Email-->
</TD>
</TR>
<tr>
<td height="29" align="right" valign="top">[[referred_by_label]]</td>
<td align="left" valign="top">
<!--User1-->
</td>
</tr>
<tr>
<td height="80" colspan="2" valign="top"><div align="center">
<p> <!--CLASS::Banner:View_Account--> </p>
</div></td>
</tr>
</TABLE>
</CENTER>
</DIV>
<BR>
ctoshack Reply #: 1 Posted on: 02-25-08 11:37 AM
Re: scripting problems

even better then that can someone tell me how I would be able to get the information from that cell in MySQL every time someon enters it on the signup page and submits there new account.
mewsoft Reply #: 2 Posted on: 02-25-08 01:50 PM
Re: scripting problems

To retrive the custom fields for your own stats or external programs you need to write your own custom scripts.

Mewsoft Support
www.mewsoft.com