I have a login script but I want users to be able to change their password(since mine issues a random password via email)
I did a search and found this thread on phpbuilder: http://www.phpbuilder.com/board/showthread.php?threadid=10209840
I don't see where it connects to the database..
-Rider
by the look of it it prob had the db connection script in an include such as
include "../inc.php";
nick