Need help with " and ' and concatention
Posted: Fri Mar 13, 2009 10:29 pm
Can anyone help me with this concatenation?
$query = "DELETE FROM runners WHERE firstname.lastname=" . $runnernames && passw=$pw;
- $runnernames has the first and last name in it with no spaces, for example: johndoe
- I am not able to get the passw included correctly in this statement
thanks!!
$query = "DELETE FROM runners WHERE firstname.lastname=" . $runnernames && passw=$pw;
- $runnernames has the first and last name in it with no spaces, for example: johndoe
- I am not able to get the passw included correctly in this statement
thanks!!