> [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
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to