Hi everyone, i have problems with gearpad. I installed xampplite and
followed the intrsutions at :http://code.google.com/intl/tr-TR/apis/
gears/sample.html. When i open the login.php, the page opened like
that :

All fields are required.'; } if (strpos($email, "@") === false)
{ return 'That\'s not a valid email address.'; } if ($mode == 'create'
&& $password != $password2) { return 'Those passwords don\'t
match.'; } } if ($mode) { $message = validate(); if (!$message) { if
($mode == 'create') { if (!($userid = createAccount($email,
$password))) { $message = 'That email is already taken.'; } } else if
($mode == 'login') { $rslt = login($email, $password); if ($rslt ==
'email') { $message = 'No user with that email address.'; } else if
($rslt == 'password') { $message = 'Wrong password11.'; } else
{ $userid = $rslt; } } else if ($mode == 'forgot') { if (!mailPassword
($email)) { $message = 'No user with that email address.'; } else
{ $message = 'OK! Go check your email now.'; } } } } if (($mode ==
'create' || $mode == 'login') && !$message) { header('Location: .');
exit(); } ?>

Gearpad is a simple notepad you can access from anywhere, even
offline.

When you return to the network, your notes will be synchronized with
the server automatically. Hooray!



and follow the input fields.
Am i doing something wrong?

Reply via email to