Hi Guys 'n' Gals
My login page for my user consits of a text field and a password field. when
the user clicks submit the password is being shown in the url, can someone
please tell me how to hide this password.
Thank you
Nik
--
PHP Windows Mailing List (http://www.php.net/)
To u
Thank you. Also I am already using the MD5. Once again. Thanks
NIk
"Piotr Pluciennik" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Your form is set to GET mode. Your form should work in POST mode.
> Think also to MD5 your password before sending over int
To use the MD5 hashing you do "MD5('variable_name').
Nik
"Donatas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How do you MD5 it before sendig out to server? Is that possible on the
> user side? I guess not...
>
> Piotr Pluciennik wro
OK Guys,
It's me a again. My problem now is when I click the submit button, the URL
to my php script file is being displayed. That is I have a script doing some
validation, and when the user clicks the submit button if there is error in
the way the entered their information my url changes to match
Thanks
"Bmay" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Nik wrote:
>
> >OK Guys,
> >It's me a again. My problem now is when I click the submit button, the
URL
> >to my php script file is being displayed. That is I have a scrip
$submit = $_POST['submit'];
$response = $_POST['response'];
if (!$submit)
{
echo "kindly click submit";
}
else
{
echo "u're gett there nik";
$query = mysql_query("UPDATE survey SET vote=$vote+1 WHERE
response=$response&q
ED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hey Nik
>
> Try this little piece of code (I've put in a few tips to help you with
> your website coding):
>
>
> ==
Thanks a million for the help. I did not change the php.ini file, what I did
wuz rework your code so that I got a clearer understanding. So not only did
I learn, but I manage to solve my problem. Once again. Thank you
Nik
"Robin Stoker" <[EMAIL PROTECTED]> wrote in message
news:
) however, I can't I am
connecting to the server, but I cannot connect to my sample database.
Here is my script?
I'm getting the "could not connect to the specified database" message.
P.S. The database exists.
Please Help
Thx
Nik
--
PHP Windows Mailing List (http://www.php.
) however, I can't I am
connecting to the server, but I cannot connect to my sample database.
Here is my script?
I'm getting the "could not connect to the specified database" message.
Please Help
Thx
Nik
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit
Thankx a million. It worked!
"Court Shrock" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Are you sure that the database server is called 'nik'.if the same
system
> is both your web server and database server,
his statement in here the if nothin happens, but if i put it
outside, everything works fine.
Thx
Nik
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
that I've set for when the username and/or password is
invalid. However, if I do not encrypt the password, i am validating quite
easily.
can someone please help;
Thankx
Nik
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
login.php
thankx
nik
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
14 matches
Mail list logo