Click here to Skip to main content
15,915,160 members

Comments by Member 15413331 (Top 5 by date)

Member 15413331 31-Oct-21 9:19am View    
You have a few spelling mistakes. Please check your code through and retry.
Member 15413331 31-Oct-21 8:55am View    
Your first line
<form name="form" method="psot" action="save.php">
has an error, method="psot" should be method="post"
Member 15413331 31-Oct-21 6:59am View    
Doh sorry. my bad I will delete.
Member 15413331 31-Oct-21 6:56am View    
Why are you using : for the variables and not $? When i tried your code it didn't work with
:email, :password, :firstname, :lastname, :code, :now
but
$email, $password, $firstname, $lastname, $code, $now
did.
Member 15413331 31-Oct-21 5:15am View    
Have you tried using #tablas rather than .tablas?