Posted by Jim Moseby on 08/03/05 21:43
> [snip]
> Why not:
>
> $query = "INSERT INTO user (name,password) VALUES>
> ('$username','$password')";
> [/snip]
>
> You could do that. The reason that I don't is because of the mixing of
> quote types.
So, is that a "Really Bad Thing(tm)", or is it just bad form? If the
former, why?
JM
[Back to original message]
|