]> git.mxchange.org Git - mailer.git/blobdiff - inc/phpmailer/docs/extending.html
Also these SQLs require support for NULL
[mailer.git] / inc / phpmailer / docs / extending.html
index 34f3720d3411d9b7ef7607fab98b9873ee7a35c2..310f97a3bfd547ea12691fd1f54ddf01ea91b030 100644 (file)
@@ -27,8 +27,8 @@ $mail->Mailer   = "smtp";
 
 @MYSQL_CONNECT("localhost","root","password");
 @mysql_select_db("my_company");
-$query� =�"SELECT full_name, email,�photo�FROM employee�WHERE�id=$id";
-$result�=�@MYSQL_QUERY($query);
+$query  = "SELECT full_name, email, photo FROM employee WHERE id=$id";
+$result = @MYSQL_QUERY($query);
 
 while ($row = mysql_fetch_array ($result))
 {