Search found 6 matches

by BuzzT
Mon Jun 17, 2002 4:08 pm
Forum: Javascript
Topic: PHP and javascript
Replies: 3
Views: 9042

PHP and javascript

I am trying to hide a URL onMouseOver within PHP. I keep getting runtime errors. I have tried many things, but nothing works. All I want to do is hide my URL on mouseovers. The information is stored in a MySQL database. Here's what it looks like ----the javascript----- <script language="JavaScr...
by BuzzT
Fri Jun 14, 2002 9:26 am
Forum: Databases
Topic: PHP and MySQL password issue...
Replies: 9
Views: 1533

Here the part of the code. The first set is from the PHP to add members to the database and encrypt the password (this works fine). The second set is where I try to validate the user. This works only if I did not encrypt the password in the previous set and do not try to retrieve it with password(pa...
by BuzzT
Thu Jun 13, 2002 12:13 pm
Forum: Databases
Topic: PHP and MySQL password
Replies: 3
Views: 3254

Globals

Actually, I made a point of turning on register_globals, so it's not that.
by BuzzT
Thu Jun 13, 2002 9:52 am
Forum: Databases
Topic: PHP and MySQL password
Replies: 3
Views: 3254

Sorry...didn't mean to send this twice.

:roll:
by BuzzT
Thu Jun 13, 2002 9:51 am
Forum: Databases
Topic: PHP and MySQL password
Replies: 3
Views: 3254

PHP and MySQL password

I recently tried to use a script that I know works. I have used it before, but I cannot figue out the problem. When I add passwords to a table for login information, I send them to MySQL through PHP as password('$password'). This encrypts them fine. I can see that when I check the database. When I t...
by BuzzT
Thu Jun 13, 2002 9:44 am
Forum: Databases
Topic: PHP and MySQL password issue...
Replies: 9
Views: 1533

PHP and MySQL password issue...

I recently tried to use a script that I know works. I have used it before, but I cannot figue out the problem. When I add passwords to a table for login information, I send them to MySQL through PHP as password('$password') . This encrypts them fine. I can see that when I check the database. When I ...