Current Page: 1 of 1
Results 1 - 7 of 7
15 years ago
Cristal
Thank you very much c2dan. It works.
Forum: WampServer English
15 years ago
Cristal
Ok, I solved the problem: To insert data in my table I used: Insert into ´mytable´ (´user_id´, ´user_password´) values (´itisme´, md5(´youcango´); and I modify the line to : $password =("youcango" //later I will modify to $password = $_POST['txtPassword']; $sql= ("SELECT * FROM tbl_auth_user WHERE user_id = 'itisme' AND user_password = md5(´password´)"
Forum: WampServer English
15 years ago
Cristal
Thank you for the answers. I removed the extra whitespaces and I have the same problem. Yes I created a db account. I verified that in my table the field user_password has something like *D37C40049.........., and not youcango. So, I added the lines: $password= md5("youcango" echo "$password"; and I have another number like 00F7C1........... that is different
Forum: WampServer English
15 years ago
Cristal
Ok, let me explain a little bit. I doing a login page, and this is only part of my code, I created a dabase, table etc...:and I can connect to the table without problem. <?php session_start(); $errorMessage = ''; if (isset($_POST['txtUserId']) && isset($_POST['txtPassword'])) { include 'config.php'; include 'opendb.php'; //$userId = $_POS
Forum: WampServer English
15 years ago
Cristal
Hello ... Why this does not work with my wamp ? select from users where password = "youcango"; I receive : Empty set (0.00 sec) Then I tryed this too: select from users where password = password("youcango" I receive: Empty set (0.00 sec) thank you for your help
Forum: WampServer English
15 years ago
Cristal
Thank you Yfastud. I need to install the php_ser.dll ( ) with my wamp, and PHP must run as CGI as informed in the page. When I run the test page, allways I receive the message that the module was not loaded. I´m trying to solve this problem. Cristal
Forum: WampServer English
15 years ago
Cristal
Hi, How can I change SERVER API to CGI/Fast Cgi ? Thank you, Cristal
Forum: WampServer English
Current Page: 1 of 1