PHP: Are these 2 lines (see 'more detail') correct?

Code as been sampled (not full code)

PHP: define("NEW_USER_VALUES", "'$username', '$password', '0', $ulevel, '$email', $time");


SQL: "INSERT INTO ".TBL_USERS." VALUES ".NEW_USER_VALUES."";
I dont merge them because there on different pages
 
Back
Top