View Single Post
  #7 (permalink)  
Old 04-29-09, 11:18 PM
bluedogsb bluedogsb is offline
Newbie Coder
 
Join Date: Jan 2009
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
I understand the echo command but not how to execute what you are telling me to do. Is $retval failing?

Are you looking for something like: echo "$retval" (I'm not sure how to link it)

Maybe something more along:

echo "<b>DATABASE:</b> ".$process->procRegister($retval)."";
echo "<b>DATABASE:</b> ".$database->addNewUser()."";

Again, I am a php newb.

Last edited by bluedogsb; 04-29-09 at 11:38 PM.
Reply With Quote