RE: [PHP] php $query help

2003-01-06 Thread Cesar Aracena
Cesar L. Aracena [EMAIL PROTECTED] [EMAIL PROTECTED] (0299) 156-356688 Neuquén (8300) Capital Argentina -Mensaje original- De: - [ Paul Ferrie ] - [mailto:[EMAIL PROTECTED]] Enviado el: lunes, 06 de enero de 2003 10:16 Para: [EMAIL PROTECTED] Asunto: [PHP] php $query help Here is my pro

Re: [PHP] php $query help

2003-01-06 Thread Leif K-Brooks
What the heck is if($name == $name){ supposed to mean? I've never seen a variable that's not equal to itself... :-) - [ Paul Ferrie ] - wrote: > Here is my problem > >I have created a user login system (flash+php+mysql) >And it just about works > >Here's the prob when i go to register as a new u

[PHP] php $query help

2003-01-06 Thread - \[ Paul Ferrie \] -
Here is my problem I have created a user login system (flash+php+mysql) And it just about works Here's the prob when i go to register as a new user the code wont properly check to see if the username already exsist's in the DB, I am pretty sure the problem lies in my first $query PHP:-