CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 email password not working with DSN Connection

Print topic Send  topic

Author Message
drdisk
Posted: 01/12/2002, 3:51 PM

I try setting a DSN Connection in the Goto Sample and i keep getting errors when I try to email lost password.
Alex Alexapolsky
Posted: 01/14/2002, 1:18 AM

The more you want your problem to be solved the more specific you should
be when asking questions like this. Do you use PHP or ASP version of
gotocode.com ? When kind of errors do you get ? Provide the full error messages.
What platform do you use ?
Nicole
Posted: 01/14/2002, 2:36 AM

Hello,
try to change the code on Forgot form->Validation event, namely query execution code:
asp
openrs user_rs, "SELECT * FROM users WHERE user_login=" & ToSQL(flduser_entry, "Text") & " OR user_email=" & ToSQL(flduser_entry, "Text")

php
$db->query("SELECT * FROM users WHERE user_login=" . ToSQL($flduser_entry, "Text") . " OR user_email=" . ToSQL($flduser_entry, "Text"));

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.